The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to filter tickets with status resolved or closed

Markus Rathgeber
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 28, 2019

Hello Community,

 

I would be very happy, if you can help me out with the following Question.

How can I define a filter for tickets, which have been resolved or closed within a time period?

 

The following filters are not working:

project = "project name" AND (resolved, closed >= 2019-03-01 AND resolved, closed <= 2019-05-31)

project = "project name" AND ( (resolved >= 2019-03-01 AND resolved <= 2019-05-31) OR status =(closed >= 2019-03-01 AND closed <= 2019-05-31) )

project = "project name" AND ( (resolved >= 2019-03-01 AND resolved <= 2019-05-31) OR (closed >= 2019-03-01 AND closed <= 2019-05-31) )

 

I think the system has a problem with the status “closed”. If I just filter for resolved tickets the filter works:

project = "project name" AND (resolved >= 2019-03-01 AND resolved <= 2019-05-31)

If I exchange the status to closed, it does not work:

project = "project name" AND (closed >= 2019-03-01 AND closed <= 2019-05-31)

 

 

Any idea how to filter both status options?

Thank you in Advance.

1 comment

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

Payne
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 Champions.
June 28, 2019

Part of your difficulty is that you're mixing the concepts of 2 fields.

Resolution is set at some point in the workflow, and it means that no more work is needed on the issue. It has a time/date stamp and a value (e.g. Completed, Canceled, Duplicate, etc.)

Status is a different field that can be all sort of things (e.g. In Progress, Pending, Resolved, Closed, etc.)

You can filter on when an issue was resolved (e.g. Resolved >= 2019-06-28), but you cannot do so like that with a status. What you can do is something like this: status changed to Closed after 2019-06-27

Hope this helps.

Markus Rathgeber
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 3, 2019

Thank you for your feedback and the explanation. Now it works.

TAGS
AUG Leaders

Atlassian Community Events