We have tickets which may be rejected by QA when the requirements aren't there or when they are not implemented correctly. However, these tickets eventually are moved to the "Accepted" status after they are fixed. Is there any way to track the total number of tickets which have ever had the "Rejected" status?
Let's say that a Rejected ticket means that the ticket was transitioned from the Resolved status to the Accepted status. In this case you could write a JQL query like this:
status changed from Resolved to Accepted and status = Accepted
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.