The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL not working in automation (but work in normal search)

christophe demez
Contributor
April 26, 2023

Hi,

 

I use the JIRA automation and I use a JQL that works fine in the normal search console, here it is:

category = "All Initiative Projects" and issuetype = Epic

But, when I use the automation and create a "Scheduled" + JQL it returns 0 results.

Do you have any idea of the problem and how to solve it?

Thanks

2 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Answer accepted
Callum Carlile _Automation Consultants_
Community Champion
April 26, 2023

Hi @christophe demez 

Is your automation rule scoped to a single project which falls outside of the JQL? In order to action all issues in all projects within that project category, you will need your rule to be scoped to those projects

1 vote
Answer accepted
christophe demez
Contributor
April 26, 2023

You're right @Callum Carlile _Automation Consultants_ , if I create a "global" rule it works. Well see ;-)

Thanks