I have some custom email templates in JIRA 6.4.12
One of my predecessors edited the issuementioned template with following attributes:
${recipient.name} ${recipient.displayName}
Those attributes are not working and are printed as text. issue.key for example does work.
Is there a 'new' way for accessing the name of the email recipient?
according to this page it should work, right? https://developer.atlassian.com/jiradev/jira-platform/jira-architecture/jira-templates-and-jsps/velocity-context-for-email-templates
Got this working with
$recipient.getName()
$recipient.getDisplayName()
that works in most of the templates but not in issuementioned.vm
I'm now using "currentUser()" in my jql link instead of the actual username
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.