create filters to see issues stuck for certain number of days/weeks

Ashish Manandhar April 6, 2017

Is there anyway to create jira filters that allow us to see issues stuck (in some status) for 1 week, and issues stuck for 2 weeks (other than the resolved/completed)?

1 answer

0 votes
Sam Hall
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.
April 6, 2017

Hi Ashish - You can create search filters that use the CHANGED operator.

For example, I think the following should show you issues where status is 'In Progress' and the status has not changed in the last two weeks:

status = "In Progress" and NOT status changed AFTER -2w

I only briefly tested this, though, so please give it a try and see if it gives you what you need.

Suggest an answer

Log in or Sign up to answer