Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Tarun Sapra
Community Champion
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 Champion
October 5, 2014

Implemented it by using reflection API in the velocity templates.

Suggest an answer

Log in or Sign up to answer