Can someone please help with writing JQL for below 2 requests
1. Identify Issues that have not moved from a particular status in last 2 days (example if the Jira ticket is in Testing for more than 2 days)
2. Identify issues that have not moved from any status in last 5 days (example all the stories for which status was same in last 5 days so that we know those stories needs attention)
Hello,
You can try to do it like this:
1. not status changed TO Testing after -2d and status = Testing
2. not status changed after -5d
@Amit Dawani If my answer helped you, kindly accept my answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.