I am trying to set a fix version in automation for jira via the advanced editing of a field (because the field is not actually on the screen so i can't set it normally) and getting the below error
JSON:
{
"fields": {
"customfield_10800": "{{issue.customfield_10800.id}}",
"fixversions": [{"name": "{{fixversions.name}}"}]
}
}
actually i figured this out i had to create a variable as the fix version was not accessible inside of the branch
Hi,
Can you try this
{{issue.fixVersions.name}}
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.fixVersions--
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
same issue
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.