Forums

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

How can I modify my jql to run faster?

Rasmus Vinther
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 20, 2022

Hi I have the following query which takes quite long to run. 

 

I believe it is the part issueFunction in issueFieldMatch() which is causing the long run times. What does this part do and can I do it in another way?

 

"Program Increment" ~ MA-PI-20 AND (issueFunction in issueFieldMatch("category = 'M&A' ", "WBS Element", TC-) OR issueFunction in issueFieldMatch("category = 'M&A' ", "WBS Element", TE-) OR "WBS Element" is EMPTY) AND project not in ("M&A Maintenance", "Service Cost Model") AND Sprint is not EMPTY AND Sprint in (17016, 17017, 17018, 17019, 17020)

1 answer

0 votes
Mohamed Benziane
Community Champion
December 20, 2022

Suggest an answer

Log in or Sign up to answer