How to search for issues that were re-opened from a resolution type of "deferred"

Daniel Fowler June 22, 2015

Am trying to figure out a JIRA search that will tell me when an issue was last re-opened (state change from closed to open - or a number of intermediate states), that had a resolution type of "deferred" when in the closed state. I should note also that our system resets the resolution type to "unresolved" when an issue is re-opened.

2 answers

0 votes
Daniel Fowler June 23, 2015

Perfect Udo, thank you very much!

0 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.
June 22, 2015

You can you use the changed operator, like

resolution changed from deferred to empty after -3d

This will show you all issues where the resolution was set from deferred to unresolved within the last 3 days.

Hope it helps.

Suggest an answer

Log in or Sign up to answer