I'm having a difficult time finding a way to identify tickets in the past 30 days and identifying which ones were opened and closed during the same calendar day.
Any assistance would be great!
So far I have the below query:
project = "xyz" AND status changed from "waiting for support" to Resolved AND created <= -30d
But the above does not identify the time between status change.
note you could simply use the Created vs. Resolved gadget on a dashboard for this. With that said try this JQL...
createdDate >= startOfDay() and resolutiondate <= endOfDay()
save the filter as something like "same day closures" then use that filter in a gadget on a dashboard.
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.