Hi,
I have set-up my SLA's for my service project. However, in the overview of open tickets and in the issue overview my changes are not reflected. There it keeps the default values.
Does anyone have an idea what might be the reason?
Kind regards,
Geneviève
I'm not sure entirely sure how the rest of your site is configured however I see the beginning of your JQL on all 4 lines are referencing the same two Request Types. If these are your only request types that you use the Severity field on then you can have this as just your JQL:
"Severity[Dropdown]" = Sev-3
Then ANY ticket type with Sev-3 will be 48h, Sev-2 24h, etc.,
Alternatively, if you do have other request types that you also use the same severity levels on but want to set different SLAs on to these, then you can include the "Request Type" in your JQL and then if you want to list multiple options for same Field you can use a comma as an OR function. It just needs to look like this:
"Request Type" = ("Report a system problem (LOG)","Investigate a problem (LOG)")
Suzi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the value of "Request Type" and the "Severity" for the Ticket LOG-246?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it can be a problem in JQL ?
I think you have to put parenthesis.. can be it?
( ... OR ...) AND ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Juan Carlos Vera ,
The brackets were indeed the missing piece of the puzzle. Thank you! Seems to be working now.
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.