-
Suggestion
-
Resolution: Duplicate
-
None
-
4
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
file this under the "per project customizations" header.
The new notification scheme stuff is very sweet. Allows just about limitless flexibility when customizing who gets sent notifications.
But, you can't customize what gets sent. The same template gets used in all cases.
It's quite possible that for a given project (or set of projects) I want a completely different sort of email sent. Maybe I have some boilerplate text that I want included only for those projects. Or I want to limit the fields that get sent.
One way of doing this would be to extend the NotificationType interface to include a way of giving the template for a given event type. So, in addition to having
List getRecipients( ..)
you'd have something like
String getTemplate(String action)
{ .... }Then I could write my own notification scheme that did what I wanted.
- is incorporated by
-
JRACLOUD-7266 Provide ability to customise email templates that are used for notifications and subscriptions
- Gathering Interest
- is related to
-
JRASERVER-1986 select email template per project
- Closed