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
hi @Ankit Jain , Maybe the following?
created >= 2023-01-01 AND status was Reopened and statuscategory = Done
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.