Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i write query to get data based on % like - % of issues which met their SLA

Ruchi Tyagi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 5, 2018

How can i write query to get data based on % like - % of issues which met their SLA or which breached their SLA

1 answer

0 votes
Alana Fernando
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 5, 2018

@Ruchi Tyagi,

I use below queries.

  • "Time to Initial Ack" = breached() 
  • "Resolve" = completed() 

you may change them as below 

  • "<your SLA name>" = completed() 
  • "<your SLA name>" = breached() 

hope this helps :) 

 

Reporting on SLAs with JQL

Another related Question

Secure Meters Limited April 15, 2018

this query is giving just count of records. i need data in %

Alana Fernando
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 15, 2018

hi @Secure Meters Limited

this is not possible with default JIRA. 

I even tried a way to do this using Adaptive script runner plugin and i was unable to find any luck. :-(

A one hard way to achieve this is by  Adding your own JQL function to JIRA else you better post your feature request to Atlassian

 

If you wish to get the same results by a report. you may follow below link. there you can have the count in %

Reporting on SLAs

 

hope this helps :-)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events