Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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 - 

issueType=story and Sprint = [sprintId]
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)

Important

  • Only way to provide Sprint IDs or names to a rule is when executing the rule manually or with the Sprint completed trigger.

  • If the number of Sprints provided to the template are more or less than sprint variables in the template, generated results may not match your expectations. 

On this page



Request support 👨‍💻

Leave us a review (green star)


  • No labels