is there possible that i can customize template title for alerting, if i want to get value from annotations (defined value from Reduce Expression result) ?
Im already success to create template for body anyway.
Thanks !
welcome to the community @ndrsputra !
Which kind of notification channel are you using? The slack notification channels allow you to edit the title/subject line.
There is something like this coming in Grafana 9 for email:
grafana:main
← grafana:jacobsonmt/49716_add_subject_template_in_email_notifier
opened 11:07PM - 26 May 22 UTC
**What this PR does / why we need it**:
This PR adds a new templated config t… o the email notifier for the subject of the email. This is part of a larger standardization of templated message fields in notifiers: https://github.com/grafana/grafana/issues/49716
**Which issue(s) this PR fixes**:
Partial: https://github.com/grafana/grafana/issues/49716
**Special notes for your reviewer**:
New Field:

Templated Subject:
<img src="https://user-images.githubusercontent.com/8484471/170592617-a3345fdb-91d8-4c6c-9584-de88ef6b22b7.png" width="500" height="400">
what variabel / metadata that i can use to make template title from value PromeQL alert / annotation that i set in Summary and annotations
@ndrsputra you’ll be able to use the same template data that you’re using in your message template.