I am looking for JQL where issues that are not resolved within 3 days
Means, Issues which are created but not resolved/closed within 3 days of issue creation date.
Note: created >= -3d or created <= 3d , these would not work for me as these would list issues which are created in last 3 days. But I am looking for issues which are not resolved within 3 days of issue open time.
Please consider this as high priority.
So, if you have Scriptrunner, try this:
issueFunction in dateCompare("","resolutionDate > created + 3d")
I do have Script Runner plugin, but how do I get filter results out of this and display in dashboard for this result ?
Could you please share the steps if possible please ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no JQL for that. You can use Scriptrunner plugin for such queries.
Have a look here: https://answers.atlassian.com/questions/70650
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.