Display Linked Issues in JIRA notification emails (modify velocity template)

Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 30, 2014

Hi All,

I need to display linkedIssues in the notification email, I know about velocity templates and the implicit objects available - https://developer.atlassian.com/display/JIRADEV/Contents+of+the+Velocity+Context

I also came across this code sample - http://www.meta-inf.hu/wiki/display/PLUG/Add+Issue+Link+Information+to+Your+Template

 

But the problem in the above sample is that there is no linkCollection on the issue object, and in the velocity context object link shared above I don't seem to find any implicit object from which I cam easily access linkedIssues. 

Please share your opinion.

Thanks,

1 answer

1 accepted

0 votes
Answer accepted
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 5, 2014

Implemented it by using reflection API in the velocity templates.

Suggest an answer

Log in or Sign up to answer