Anyone set up a template that takes a filter and groups the output by component? Like a heading that's the component and then the key and summary of the issues related to that component?
I haven't made a template in almost a year and I'm missing something.
This is an example of my content:
&{for component}
#{if (%{'${IssueTypeName}'.equals('User Need')})}
[${Key}] ${Summary}
#{end}
... (with repeat sections for system requirements and design specifications)
&{end}