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)?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.