1

I'd like to be able to run a search that indicates which cases have been resolved and then reopened because they failed testing. How could I achieve this? The cases could be currently open or closed.

flag

1 Answer

1

We have a case open for a reopened (date) axis, but I think you can find reopened cases by looking for ones with a closed date which are currently open:

closed:"*" status:"open"

This won't find cases which were reopened and then closed again, however.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.