I am trying to create an SLA reporting for one of our customers. I am trying to create a filter and subscribe team leaders group to that filter so they get DAILY mail messages about SLA breaches.
Reporting on issues that are close to breach are easy to report. That is no problem. My problem is with issues that has recently breached their SLA targets. If I create a filter with the following JQL I can get all Issues with their SLAs breached.
( "Time to resolution" = completed() AND "Time to resolution" = breached() )
But this filter keeps building up. It shows all past issues. Reporting on SLA breaches of last week or last month makes no sense. Whatever happened has happened there. I need to filter out recent SLA breaches.
How can I filter issues that have their SLAs breached during the last 24 hours?
Oh yeah that was short of me :)
How about "Time to resolution" < 0
That's what I'm using. I'm semi-working on it today/tomorrow but I'm not very imaginitive with what reports people want ... I get my work done ;)
Yes, that is more promising if used in conjunction with created date. Something like:
created > -2d and "Time to resolution" < remaining ("-1d")
Issues that were opened in the last two days and "Time To Resolution" was breached less that a day ago. Still not exactly what I am asking for but seems to do the trick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am having the exact same challenge and have yet to find a better solution/work around.
If anyone has any other suggestions, please post.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Yes this can filter out most of the issues but it is based on creation date, not SLA completion date. I gave an example in the question with one SLA for the sake of simplicity and this works with one SLA definition but it fails if I try to do the filter with two SLA definitions with different SLA target durations.
On the other hand, it is better than nothing. Thanks anyway.
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.