We're testing Insight and using Jira Automation. I see we can use IQL in Automation branches, but how can we get other attribute values from the branched object? For testing, just adding an attribute value to the Automation rule audit log would be helpful.
I've tried:
Status is: {{iqlFunction("Status")}}
which fails.
From what I can tell, IQL is limited to searches that either return objects or connected issues. What am I missing?
Thank you
I finally found it! https://support.atlassian.com/cloud-automation/docs/jira-smart-values-insight/
Status is: {{object.Status}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.