Hi All,
Is it possible to run a JQL/ retrieve list of issues/tickets at the end of every quarter.
I do have scriptrunner installed and see Escalation service as an option. But that would require a JQL for it - Do we have that kind-of feature to list ticket which are open and let them close at the end of quarter?
I think you should try something like:
created >= startOfMonth(-3) and resolution is empty
hi,
That won't be good here as it won't be good to know about the current quarter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well then if the search is run AFTER the quarter has ended then I think this should work:
created >= startOfMonth(-3) and created <= endOfMonth(-1) and resolution is empty
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.