I have some bugs and status is done than i am changed the status done to To do but i dont know count of the reopen bugs.
So, My Question is how we check count of reopen bug through advance filter?
Community moderators have prevented the ability to post new answers.
You could use the following query to return a list of issues that were 'reopened'
project = myproject and status changed from Done to "To Do"
adjust the JQL to meet your precise needs/config
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.