How do I find all the issues which are resolved and SLA breached

Gajanan Sasane March 3, 2021

JQL to find out the issues which are resolved with SLA breached.

2 answers

2 accepted

2 votes
Answer accepted
Guilhem Dupuy
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 3, 2021

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

1 vote
Answer accepted
Gökçe Gürsel {Appfire}
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
March 3, 2021

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!

Screen Shot 2021-03-03 at 11.48.40.pngTime 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. 

Suggest an answer

Log in or Sign up to answer