/
Generating release notes from multiple versions in a project

Generating release notes from multiple versions in a project

Background

Sometimes one actual release can consist of multiple versions in Jira. In this case as well, ARN covers the ground for you. It finally boils down to how you write your JQL.

Normally, ARN supports [versionId] & [versionName] variables. But when you need to generate release notes from multiple versions they are not sufficient. For such templates, you can use version variables as - [versionId1], [versionId2], [versionId3]…. & [versionName1], [versionName2], [versionName3]……so on.

Example

This is how to form your JQLs in ARN templates - 

project=[projectId] and issueType=story and fixVersion in ("[versionId1]","[versionId2]","[versionId3]")