I'm trying to modify our existing SLA for Service Requests, to add exceptions for some types of requests e.g Onboarding new hires. Here's what the current JQL looks like
issuetype in ("Service Request", "Service Request with Approvals")
Any ideas?
To supplement what @Mark Segall and @Alex Koxaras -Relational- stated, it is recommended that use "Request Type" for your JQL setup. However, if you want to use issuetype testing rather than "Request Type", then your JQL should be -
issuetype in ("[System] Service request", "[System] Service request with approvals")
Hope this helps.
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.
Try
"Request Type" = "YOUR REQUEST'S TYPE NAME"
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.
Hi @Nnaemeka Nwosu - Are you trying to split out your SLAs across different request types? If so, you'd want to modify your JQL to be based upon Request Type. Something like this:
"Customer Request Type" IN ("YOURREQUESTTYPE")
Then assign whatever duration/calendar you want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Customer Request Type" is in Jira server :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mark Segall Yup, probably best to split up the SLAs across different Customer Request Types as opposed to lumping all the service requests together. Will play around a bit and report back on what works
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.