Filter on changes in status. Not meaning changes in StatusCategory

jeroen_wilmes
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.
March 10, 2025

I want to filter the issues that changed in status during a period (typically last week).

eg. I want to see what issues have transitioned into a certain status in the last week. 

 

For a statuscategory I can do that, using the date in "Statuscategory change date". But I want to have the same for different statuses withtin the statuscategory "open"

 

Is there anyway in doing that?

1 answer

2 votes
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 10, 2025

Hello @jeroen_wilmes 

Yes, that may be possible with the CHANGED operator, using the DURING predicate.

https://support.atlassian.com/jira-software-cloud/docs/jql-operators/#CHANGED

status CHANGED DURING("2025/03/03","2025/03/10") and status in (<list of statuses>)

 

Or it might be possible with the WAS operator.

https://support.atlassian.com/jira-software-cloud/docs/jql-operators/#WAS

status WAS NOT IN (<list of "open" category statuses>) BEFORE "2025/03/03" and
status WAS IN (<list of "open" category statuses>) DURING ("2025/03/03","2025/03/10")

 

Test these options thoroughly. They may not give the exact results you are seeking.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events