I have a problem with an AQL in an automation

Adrien Riccardo June 27, 2024

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:Capture d’écran 2024-06-27 090732.pngCapture d’écran 2024-06-27 090732.png

1 answer

1 vote
Lisa Forstberg
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 27, 2024

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.

 

Screenshot 2024-06-27 at 16.48.30.png

 

 

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")

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events