Hello,
When we import a project into ServiceDesk, is there any option to exclude certain issue-types of that project to not have SLAs? Thanks.
Of course. All you need to do is use the JQL queries:
In a project that has 5 issue types:
Incident
Change Request
Information Request
Service Request
Problem Management
use this query for example:
Issuetype in (Incident, Problem Management) and set the goal to 2h
As by default, there's always an entry for "all remaining" that have no goal, this would mean that Incident and Problem Management would have an SLA of 2h and the rest of issues would have no SLA.
You can even make several SLAs goals depending on the Issue Type and Priority
Thank you very much. Thats helpful!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I have a issuetype = System Change and give that goal 0h then it should give the same as all remaining issue NO Target. Correct?
If so there sla's times will have no effect on the rest of the service desk?
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.