Versions Compared
Version | Old Version 3 | New Version 4 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Background
Sometimes teams release software at the end of every sprint, or they may just want to generate the release notes generated from a sprint. ARN has got your back here as well.
Recently, ARN added support for [sprintId] & [sprintName] variables. You can use these inputs variables in the JQL & the app will let you select sprint/s instead of versions.
Example
This is how to form your JQLs in ARN templates -
Code Block |
---|
issueType=story and Sprint = [sprintId] |
Code Block |
---|
issueType=story and Sprint = [sprintName] |
Now at the time of release notes generation, ARN will ask you for a sprint & not a version.
You can also generate release notes in ARN from multiple sprints. Just append the variables with 1, 2 & so on (i.e. [sprintId], [sprintId1], [sprintId2] etc)
Image Removed. For Eg. -
Code Block |
---|
project=[projectId] and issueType=story and fixVersion in ("[sprintId1]","[sprintId2]","[sprintId3]") |
Note |
---|
Important
|
On this page | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Iframe | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|