Hi!
I'm trying to get the Version Name of the FixVersion (s) saved on a given issue, which is the trigger,
but the value that is returning is a numeric string, not the actual name of the Version.
What would be the correct email automation instruction to use?
here is what I have tried so far:
{{version.versionname}}
{{Issue.fixversions}}
{{issue.fields.Fix Versions}}
{{issue.fields.FixVersions}}
{{version.name}}
{{issue.fiixversions.name}}
Do you need the Fix Versions of the Trigger-Issue?
In this case you can use:
{{triggerIssue.fixVersions.name}}
If you need more help: I've created a Automation today, which copies the single Fix Versions of Jira Delivery tickets to single labels of a custom label field in linked ideas in Product Discovery.
And I had to try a lot! :D
I tried it and in worked.
Multiple versions are divided with a comma.
E-Mail-Output:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hex.Persephone -- 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...
Smart values are name, spacing, and case sensitive. And the Fix Versions field is a list of values. To get the names of all of the Fix Versions for an issue as a comma-separated values list, that would be this:
{{issue.fixVersions.name}}
To learn more, please see this documentation: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.fixVersions--
Kind regards,
Bill
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.