You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello Good people,
Below are the scenarios I am trying to make filters for:
Please and thank you :)
If you want to do this in a filter you can use the breached() function to get all the issues the met the SLA and the ones that breached it.
"Time to first response" != breached()
"Time to first response" = breached()
"Time to Resolution" != breached()
"Time to Resolution" = breached()
You can also use the Reports function in JSM to create a report that shows you this in a chart, it has series for met and breached SLAs.
Hi @Mikael Sandberg ,
Thanks a ton for your response!
I have found the default SLA met vs breached Report (which is amazing) in JSM.
I was wondering if there's an option to customize the report i.e. SLA met vs breached in Support queue.
Is the edit report option available only for Jira admins?
Thank you : )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In order to edit the reports you have to have project admin permissions.
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.
don't forget = complete() to show that the SLA was met irrespective of the issue being resolved or not.
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.