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 query returns wrong list of results

Mouna Hammoudi
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 Champions.
March 21, 2024

I am using this JQL query to return the number of issues with issue age<=15 

filter = X and (Severity = 2-High or priority = 2-High ) and ("Issue Age" <= 15)

The problem is that this query returns to me issues that are also greater than 15. I don't understand why. Anyone has an idea?

 

Here is a picture of the results returned. This should not be possible since there is an AND clause.

 Capture.PNG

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
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 Champions.
March 21, 2024

Hi Mouna,

What type of field is "issue age" and how is it being set?

Matt Parks
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 Champions.
March 21, 2024

Also, if you could update the query to show where "Issue Age" >= 15 and then show the Issue Age of those issues, it might help determine how the query is working.