I want to have count of the issue that has been reopened based on the transition.
I am stressing it is based on the transition I need to have a count of the issue that is reopened.
Can anyone help me out with this?
Hi @Ganesh Babu
Using the issue navigator you could use a similar JQL to this :
status changed TO "To Do"
It will return issues that were transitioned to a specific status. Thus, if your issues were closed and re-opened to "To Do" status, it would appear in the results for the JQL above.
You can also find similar discussions here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.