Forums

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

Sample realease note sample

serge calderara
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 27, 2025 edited

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 

1 answer

1 accepted

serge calderara
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 29, 2025

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 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
9.12.15
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events