JQL query returns wrong list of results

Mouna Hammoudi
Contributor
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

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 Leaders.
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 Leaders.
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.

Suggest an answer

Log in or Sign up to answer