{{triggerissue.fixVersion}} errors and not sure why smart value does not resolve as expected. {{triggerissue."Epic Link"}} has no issues
as per: Jira smart values - issues | Cloud automation Cloud | Atlassian Support
Hi @Brandon Criger
It would be easier to answer if you provide more details.
What's the automation, value you want to get, your scenario.
Post screenshots etx.
This is the full JQL statement I'm using. One works and the other does not.
project = CLEAD AND issuetype = Story AND Status not in (Done,Cancelled) AND Component = "Technology Integration" AND "Epic Link" = {{triggerissue."Epic Link"}} AND "fixVersion" = {{triggerissue.fixVersion}} [Does not work]
project = CLEAD AND issuetype = Story AND Status not in (Done,Cancelled) AND Component = "Technology Integration" AND "Epic Link" = {{triggerissue."Epic Link"}} [Works]
Please see my latest post. I didn't realize I was not replying.
The error message:
Where are you using this JQL?
The error shows a different JQL where i can see some errors
"(project = CLEAD AND issuetype = Story AND Status not in (Done,Cancelled) AND Component = "Technology Integration" AND = AND LFFX-1 = LFFX-1) AND (project in (64103))"
Your intented JQL
project = CLEAD AND issuetype = Story AND Status not in (Done,Cancelled) AND Component = "Technology Integration" AND "Epic Link" = {{triggerissue."Epic Link"}} AND "fixVersion" = {{triggerissue.fixVersion}}
About the FixVersion, remember this is a list so the smartvalune need to be complemented with the property you want to pull
References:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.fixVersions--
https://support.atlassian.com/cloud-automation/docs/examples-of-using-smart-values-with-lists/
It can be the problem. I didnt notice the typo.
Still a little strange, but this what I was able to get to work.
One plural and the other singular.
It looks like you're new here. Sign in or register to get started.