Dear all,
I ma strungling with trying to setup sample release note template with a bit more data that basic existing sample.
My goas is as bellow :
I have 2 types of issues type: Bug and Improvement
For each of those issue types, I need to display the summary and the last comment
Does anyone have sample release note template ?
Thnaks for sharing
regards
hello @Lucas Modzelewski _Lumo_ , thanjs for the link.
I have an issue with it and have no idea to make it work as I need
with the code snipet below :
#if($issueType.issues.size() > 0)
<h2>$textUtils.htmlEncode($issueType.name)</h2>
<ul>
#foreach ($issue in $issueType.issues)
<li>[<a xhref='$!appProps.getString("jira.baseurl")/browse/$issue.key'>$issue.key</a>] - $textUtils.htmlEncode($issue.summary)#getReleaseNoteComment($issue $customFieldManager)
</li>
#end
</ul>
#end
#end
What this code does is that it display the IssueType name and below the list of issue.
What I am trying to reach is to get is to display the Issue Type Name and the list of issue ONLY if the issue status is DONE.
Of course the issue type name should appears only once for the collection of DONE issue
Any idea how to modify it ?
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.