I want to see all the requests moved to "rejected" status from which stage 1/2/3/4 ?
Hi @Charu Takkar ,
Status is fortunately 1 of the few fields that you can JQL for history.
For example, this query would give you the issues that transitioned directly from In progress to done. You can modify this query to your need or explore other possibilities here.
status changed FROM "In progress" TO "Done"
Hope this helps!
- Tessa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're very welcome @Charu Takkar !
Please mark the answer as accepted, so other users can find the solution easier!
Cheers,
- Tessa
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.