Forums

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

Remove Status of Closed from JIRA Queue Filter

Ben Weisman September 1, 2021

Hi,

   I'm having trouble removing tickets with the status of Closed from my JIRA queue filter.

resolution = Unresolved AND status != Closed

What am I doing wrong here?

I understand that the most proper way to handle this is to ensure that a proper resolution is attached to each ticket but that means going in and reopening and closing every ticket that was closed with this post function missing. It's not an option for us.

Surely I can do this using JQL??

3 answers

0 votes
Alexander Bondarev
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.
September 1, 2021

Hi, @Ben Weisman !

If I correctly understand your problem, you have issues in status “Closed”, but some of them don’t have resolutions. So these issues staying on your boards.

 

Now you want to get these issues and transition them from “Closed” to “Closed”(itself) with post-function that will set the resolution.

Is it your case?)

 

To resolve it:

1. To create transition with post-function

2. To get that issues with JQL : project in (TEST) and status in (Closed) and resolution = Unresolved 

3. To make bulk-transition (bulk-change)

 

Good luck 😉 

0 votes
Dirk Ronsmans
Community Champion
September 1, 2021

Hey @Ben Weisman 

So you want to show the items that are unresolved but are not in status closed?

That query should work then. Is it the whole query you are using?

 

In the long run you could automate or bulk edit the issues because your reporting will also be ‘broken’ like this. 

Ben Weisman September 1, 2021

I think I just figured it out.

 

status != Closed AND resolution = Unresolved AND ("Request Type" = "Support - Retail Solutions" OR Product = "Data Owl/Retail Solutions") ORDER BY "Time to resolution" ASC

 

Does this make sense to you?

0 votes
Ammar Ahmed Butt
Community Champion
September 1, 2021

Have you checked the workflow?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events