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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.