Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira 'Unresolved' resolution inconsistency

Bill Parlock
Contributor
August 16, 2024

When we create a new Jira ticket we can see the default resolution is Unresolved'. So when we have the JQL: project=myProject AND resolution = Unresolved   that will return our tickets that have been opened but not yet resolved. Which is what we expect.

However, if a ticket is say reopened, and when resolution has to be changed from Done to Unresolved, that ticket does not appear in the above JQL.  It will however appear in the JQL : project=myProject AND resolution = ""Unresolved"". 

I am wondering what the difference is with the Unresolved status. 

 

1 answer

1 accepted

3 votes
Answer accepted
Trudy Claspill
Community Champion
August 16, 2024

Hello @Bill Parlock 

When you initially create an issue and it is unresolved the Resolution field is actually empty. Jira just displays "Unresolved" on the screen. The field doesn't actually contain the literal value "Unresolved".

If the Resolution field contains any actual value, regardless of what the value is, then Jira considers the issue resolved.

So, when you reopen an issue in your workflow Post Functions you need to Clear the Resolution field. Don't set it to the literal "Unresolved" because that results in the field still having a value.

The JQL 

resolution = Unresolved

...is equivalent to ...

resolution IS EMPTY

The JQL 

resolution = "'Unresolved'"

... is asking Jira to return the issues where the Resolution field has the literal value "Unresolved". That is similar to the JQL asking for other specific Resolution values like

resolution = "Done"

resolution = "Canceled"

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
9.4.24
TAGS
atlassian, loom, loom for training, loom for teaching, video training, async learning, online education, screen recording, loom tutorials, loom use cases, atlassian learning, team training tools, instructional video, virtual training tools

🛗 Elevate Your Training and Enablement with Loom

Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!

Register today
AUG Leaders

Atlassian Community Events