Does anyone know if it's possible to do something like the following?
Basically we'd like to include an issue's Assignee in a velocity email template sent out by JIRA. I'm not sure how to implement something like this.
2016-06-16_15_30_37-List assignee in notification email - Premier Support - Service Desk.png
Thanks, Benjamin.
I wasn't able to that #parse command to work.
But in case it helps someone, I was able to replicate what is in the screenshot by changing/WEB-INF/classes/templates/email/html/includes/patterns/issue-title.vm
specifically the line$projectLink / $issueIcon $issueLink
to
$projectLink / $issueIcon $issueLink #if ($issue.assignee.displayName) / Assignee: $issue.assignee.displayName #end
Hi Jon,
the basic documentation for this you will find here: https://confluence.atlassian.com/adminjiraserver071/customizing-email-content-802592932.html
To add the Assignee in your eMail you need to:
Please take note of the information in the linked documentation above and ALWAYS keep a set of backups of the original files
greetings
Benjamin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
At the American Academy of Family Physicians, siloed marketing teams faced delays and duplicate work. Kerrie Gottschalk shook things up by moving the department to Jira, streamlining processes, boosting visibility, and sparking stronger collaboration.
Read the story
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.