Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how we count reopen bug in jira?

Ritu Kumari
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 24, 2019

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?

1 answer

0 votes
Jack Brickey
Community Champion
October 29, 2019

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

Suggest an answer

Log in or Sign up to answer