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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.