Time to SLA - using JQL

Donncha Daly January 26, 2015

Hi,

I'm currently evaluating Time to SLA. One issue I seem to be having is using JQL to filter issues.I am trying to select issues where SLA Indicators show the SLA has not been met.

I have tried to use "SLA Indicator" ~ "NOT MET" without success

 

Can someone please tell me whether it is possible to do this and how

3 answers

1 vote
Jobin Kuruvilla [Adaptavist]
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.
January 26, 2015

Try this:

"Time to resolution" = breached()

Change the custom field name as appropriate. See https://confluence.atlassian.com/display/SERVICEDESK/Reporting+on+SLAs for more details.

0 votes
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 17, 2015

Hi Donncha,

Sorry for the late response, I just noticed the question.

Since "NOT and MET" are the reserved words for JQL please set different word for "NOT MET" ("EXCEED" as an example), then reindex JIRA.

Then you can use "SLA Indicator" ~ "EXCEED"

Tuncay 

0 votes
Donncha Daly January 26, 2015

Thanks you for your reply but this is not related to JIRA ServiceDesk. I am evaluating the Time to SLA plugin for JIRA Server

 

Jobin Kuruvilla [Adaptavist]
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.
January 26, 2015

Ah, sorry! I got confused. Unfortunately I do not have any experience with the said plugin.

Suggest an answer

Log in or Sign up to answer