Hi there,
Is it possible to display the status of an issue in body content of notification e-mail from JIRA?
In my e-mail template I can see issue key number, URL, project and issue type, assignee and reporter as a part of summary. Is it possible to add the status of an issue here?
If so, I appreciate your advice as to how to realize this requirement.
Regards,
Daisuke Niwa
For text e-mails you might try to add row
> $stringUtils.leftPad($i18n.getText("issue.field.status"), $padSize): $issue.getStatusObject().getNameTranslation($i18n)
to WEB-INF/classes/templates/email/text/includes/issuesummary.vm and restart JIRA. For html e-mails you probaly need to do something similar in email/html directory.
Here is a useful link for more info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jaan, your suggestion resolved the issue! Thank you Jobin too for giving useful link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.