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.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.