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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
JQL to find out the issues which are resolved with SLA breached.
Hi @Gajanan Sasane ,
You could try the following JQL :
resolution IS NOT empty AND "Name of your SLA" = everBreached()
Let me know if it helps,
Guilhem
Hi @Gajanan Sasane ,
JSM SLAs have search functions that you can use. A JQL like:
resolution is not EMPTY AND "Time to resolution" = breached()
for the SLA "Time to Resolution" should work.
https://support.atlassian.com/jira-service-management-cloud/docs/write-jql-queries-for-slas/
For the Jira Core and Jira Software (and also Jira Service Management), Jira SLAs are not applicable but you can use Time to SLA to identify resolved issues with breached SLAs.
Just do your SLA configuration as usual. Then navigate to the reports section, enter the JQL that contains Resolution is NOT EMPTY expression, and select EXCEED as the SLA status and Voila!
Time to SLA comes with a lot of fantastic features like advanced reporting, ability to generate SLA data for your existing issues, ability to show SLAs in customer portal and so much more...
Please let me know if you have further questions.
Cheers,
Gökçe
Please note that I'm a member of the Snapbytes team who developed Time to SLA.
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.