Query for Reopened

Katie October 19, 2018

Hi, I'm trying to figure out syntax to find all tickets where tickets were closed then reopened during their lifetime. 

1 answer

1 accepted

0 votes
Answer accepted
Petr Vaníček
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.
October 20, 2018

Hi,

you can use this JQL "status was Closed" or if you want add more statuses then "status was in (Closed,Reopened,Done)".

Is that what you want?

Katie October 20, 2018

"status was in (Reopened)"  worked thank you!

Katie October 20, 2018

this may have also worked "status changed from Closed"

Suggest an answer

Log in or Sign up to answer