Hi All,
we need a custom field which shows if the issue was ever reopened. The problem is that we don't use Reopened status: only Open (because of ITIL principles). Ever an issue was closed or resolved and need to be reopened then it will be in Open status again. So we cannot recognize the issues which are reopened because these also have Open status.
Thanks in advance for your advice!
Rumi
I'd re-introduce re-opened as a status and scribble "ITIL doesn't work for us in this case" on your ITIL docs.
If you aren't willing to do that, then a bodge that might work:
You can now filter for "reopened count > 0".
And what Chaithra says - that requires no plugins, and might be good enough (the solution I've posted was needed before you could run JQL with "status changed" type clauses, and we needed a reopened counter, so it's persisted)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I personally like a number field; I create one called "Times Reopened", and on transition from Closed to Open I increase the value by 1. :)
EDIT - Oh jeez, totally didn't see Nic's comment - changed my answer to a comment! :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mmm, yes that is true - but if you impliment it now, then you might find it useful in the future! ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Rumi is correct about the historical use of course. We did a bit of analysis and then posted data into some of the older issues, but it wasn't many.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use JQL query in filter to get the search result
Example: (status changed FROM Resolved To Open OR status changed FROM Closed To Open).
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.