I'm looking for a way to query all tickets from the startOfMonth() that have not been updated within 30 minutes of the created time. Basically we have an OLA that all tickets hitting our board will be touched within 30 minutes. I need to know how many each month that go over.
Hey, you can do it with JQL Search Extensions
hasSameUpdatedAndCreatedDate =
"true"
and created < -30m
If you're talking about service desk issues, then SLAs are an option. We have one named Time to First Response that starts counting when the issue is created and stops when one of several possible actions occurs (customer-visible comment made, entered status To Do, etc.) It has a goal of 3 hours. We then have a report configured for SLA success rates that we use to identify the percentage/count of failures, and we can dig into the failures to review the details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We’re not using Service Desk
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.