Hello, In a jira automation, I'd like to retrieve the "Language" attribute via an AQL in order to send an automatic comment in either French or English. I've tried 3 times but it doesn't work. Here are the logs:
I just tested this on my site and it seems like you should be alright with inputting this in your query: Language = FR
See my example where I have a field called Service Catalogue in which I have objects with different urgency attributes.
The Validate syntax is giving me errors but the automation works.
A workaround is to use the JQL condition instead of the AQL condition in your automation and form the JQL like this:
"Reporter information" IN aqlFunction("Language = FR")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.