I would like to add the Issue Priority within the subject of batch email notifications. For instance, I would like the subject to read "Updates for issueKey - issuePriority - issueSummary" instead of "Updates for issueKey issueSummary"
Hi,
If you are looking to update the emails sent from built-in notifications, this is possible since you are using jira server. See here.
You will find velocity html, text and subject files for each built-in event. You can also create custom event and associate custom velocity files to it.
In your case updating the subject file should do the trick.
Antoine
I would suggest that you use script runner to achieve what you are looking for.
e.g Send a custom email, e.g
Condition and Configuration:
cfValues['x']*.value.contains("y")
Email template:
Please take care of Y
Subject template:
Issue $issue Y
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.