I have a custom field that I am passing to a velocity template.
The field is based on MultiCFType <String>, and contacts an array of JIRA issues.
For my View.vm template, I want to display each of the issues in the custom field, as well as retrive the issue summary for display.
Since the values passed to the velocity template are not issue objects, I do not have the ability to pull the summary.
I am looking for a recommendation for either passing the required data to the template or retrived the summary field directly from within the template.
Any sample code would be appreciated
I resolved this issue by getting the issue summary within Java and passing it inside of the map object
Online 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.