as per: Jira smart values - issues | Cloud automation Cloud | Atlassian Support
It can be the problem. I didnt notice the typo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still a little strange, but this what I was able to get to work.
One plural and the other singular.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
The error message:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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/
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.