Hi
Can you please let me know what is the difference between jql statements
Find issues that do not have resolution:
resolution = unresolved
and
resolution is empty
When issue is created is resolution by default unresolved with database value null.
Thanks
Abe
There is unfortunately another possibility, that there is a resolution with the value "UNRESOLVED". I have seen this several times, normally happens when people export/import to and from jira via CSV.
And it's a bug imho that jira allow this to happen.
By Atlassian meaning field "resolution" is pseudo-boolean
it interpretes as resolved if there are any value assigned to field and as unresolved if field empty
so other synonym for your request is
resolution is NULL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When Resolution is empty(in database) then it shows on screeen that its UNRESOLVED
Hence, as per my understanding there is no difference when querying (JQL), the resultset is same.
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.