Is there a list of Smart Values available for a version release?
I need the list of issues it covers, to let people know what the release fixes.
Thanks.
Hi @David Spohr -- Welcome to the Atlassian Community!
For a question like this, context is important for the community to help. Please post the following:
Until we see those...
From what you describe, I suspect you are using one of the version-related rule triggers, such as Version Released. In that case, only the {{version}} smart value is available with the attributes noted here: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-development/#--version--
To access the work items assigned to that version, you may:
Kind regards,
Bill
Perhaps if you run an automation rule through all issues and collect those where 'issue.fixVersions.name' contains the name of your releasethat could help?
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.fixVersions--
Perhaps the rule could set a "relates to" link in all related issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly, that worked for me, thanks.
Added a new block that looks up the issues, using this rule:
fixVersion = "{{version.name}}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.