Hello everyone! Tell me please, i can how get all issues , where value ("SLA OK") with JQL ?
So, with a scripted field, they have two things we need to look at, and probably three for this question.
Specifically, this sla ("MRCHNT Handling") counts time only when the issue in status "in progress"
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.
Ok, so the template is text and your output is text. (Presumably, your searcher is text based as well)
This means you won't be able to search it numerically or exactly, but "Mrchnt handling ~ SLA OK" should find issues with that coming out of the field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- Thanks for the help. In the (admin panel) "custom field" I found my field and edited the value from "none" to "free text search" in the "search template" field and after indexing my field started showing up in jql search. Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SOLUTION!
In the (admin panel) "custom field" I found my field and edited the value
from "none" to "free text search" in the "search template" field and after indexing my field started showing up in jql search. Thanks a lot!
My my final JQL search script :
project = MRCHNT AND "MRCHNT Handling" ~ "SLA FAILED"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex -
As per your reply to @Nic Brough -Adaptavist- / @Alex Koxaras _Relational_ -
If it is a scripted field, you can just use it in JQL as any regular field. Question for you is why you are not using the using the SLAs which are part of your JSM project?
If you are using the out of the box SLAs setup of JSM, then you can just use the guide provided in the following link - https://support.atlassian.com/jira-service-management-cloud/docs/use-jira-query-language-jql-to-create-service-level-agreements-slas/
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the benefit of others who find this page when looking for answers on standard JSM functionality.
If you use standard SLA fields in Jira Service Management you can use the JQL explained at https://confluence.atlassian.com/servicemanagementserver/using-jql-queries-specific-to-slas-939926424.html
In this particular example I would use the JQL
"MRCHNT Handling" > remaining("1m")
This should return any issues with more than 1 minute remaining in the SLA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Phill Fox Hi! unfortunately it doesn't work..
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.
What type of field is your SLA field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- hi! scripted field
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.
@Alex Koxaras _Relational_ HI! type of field - scripted field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.