How can I find issues which have been reopened?

Donald Jones April 7, 2015

Is there a way to query JIRA to find any issues which have been resolved and then reopened later?

3 answers

1 accepted

1 vote
Answer accepted
Sateesh Chandra April 7, 2015

status = reopened  or you can use

status changed from resolved to reopened

2 votes
Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 7, 2015

Use the "was" and "changed"  operator:

status was resolved and status changed to open

 or something similar to this (according to your status names)

Joe Harmon December 5, 2018

This doesn't work.

0 votes
Praveen Kannan June 26, 2016

Status was "Reopened" gets the list of defects that were reopened at least once.

Suggest an answer

Log in or Sign up to answer