Forums

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

filter tickets for reopened and than close possible?

Ankit Jain August 28, 2023

Hi, We have a project and the tickets can be Closed and can be reopened if there is still issue.I can filter these tickets using below JQL for suppose this year 2023

created >= 2023-01-01 AND status = Reopened

 

Now I want is to filter the tickets which were REOPENED for some corrections but were CLOSED again.

How can I filter such tickets.

 

Thanks

Ankit

1 answer

0 votes
Jack Brickey
Community Champion
August 28, 2023

hi @Ankit Jain ,  Maybe the following?

created >= 2023-01-01 AND status was Reopened and statuscategory = Done

Suggest an answer

Log in or Sign up to answer