Hi,
When I'm trying to give a JQL with "Resolution" as below, the tickets with "Resolution" as "Unresolved" are not capturing in the result data, could you please help to find the issue and provide the correct JQL to proceed.
JQL E.g.,
resolution NOT IN ("Duplicate", "Not a Defect", "Canceled / Rejected")
Hi @Kalpathi Rajkumar Harishma
Your JQL expect a value from resolution, you may add " OR resolution = Unresolved" to include also the empty / Unresolved resolution.
resolution NOT IN ("Duplicate", "Not a Defect", "Canceled / Rejected") OR resolution = Unresolved
Hope it helps!
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.