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.
Hi Mouna,
What type of field is "issue age" and how is it being set?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.