How to output an issue title in a .vm email template?

Morgan Thunder March 16, 2016

This question is in reference to Atlassian Documentation: Customizing Email Content

When someone is mentioned in an issue comment, the notification email doesn't give the issue title. I guess I need to change issuementioned.vm. What should I add to this template to have it display the issue title. The formatting of the templates isn't all that clear to me. I've tried looking at other templates that do display the title but still unsure about what I should add.

Any ideas?

1 answer

0 votes
Milind Mehta March 16, 2016

Hey Morgan,
if you have issue object you can use below code.

$issue.summary

Let me know if you have any query.
Thanks,
Milind Mehta

Suggest an answer

Log in or Sign up to answer