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.
Thank you for your feedback and the explanation. Now it works.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get the most out of Jira
Start with basic Jira terms and navigation. Then, discover how to effectively organize work and customize your Jira experience.
Learning Path
Atlassian tools and practices for developers
Reduce context switching by making Jira more efficient, and apply collaboration best practices for streamlined team operations.
Atlassian Certified Associate
Jira Essentials certification
Validate your knowledge of key Jira concepts like using work items, spaces, boards, and Rovo.