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 10 Next »

There are cases when one needs to generate release notes from multiple versions. That is now supported in the ARN templates.

To use multiple versions, form your JQLs in ARN templates as - 

JQL
project=[projectId] and issueType=story and fixVersion in ("[versionId1]","[versionId2]")
or
project=[projectId] and issueType=bug and fixVersion > "[versionId1]" and fixVersion < "[versionId2]"

Now depending on the versions you pick and their sequence, data will be generated. For example, in the following case - V1 will be passed to variable versionId1 & V2 will be passed to variable versionId2.

Important

  • Only ways to provide multiple versions to a rule is when executing the rule manually or via the webhook.

    • In case of version release - only released version will be passed to the templates

    • In case of scheduled N days before release - only 'about to release' version will be passed to the templates

    • In case of scheduled at interval - no version will be passed to the templates

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

If you want to use ARN without relying on 'versions', simply use the JQLs without any version variables & then make use of triggers that are independent of Jira versions - such as Manual, Scheduled at interval.

On this page



Request support 👨‍💻

Leave us a review (green star)


  • No labels