Is there a quick and easy way to remove the SLA drop down options during ticket creations *WITHOUT* disabling SLA here:
Core::Ticket | Ticket::Service | YES
My goal is to make a default SLA level for *ALL* tickets and then use a Generic Agent to change the SLA based on ticket priority (working).
Priority is changed by agents through Additional ITSM Fields (also working).
I'm using OTRS 3.0.11 with ITSM 3.0.5
I'd like to avoid modifying any.pm/dtl files if possible.
Customizing SLA behavior
Moderator: crythias
-
- Znuny ninja
- Posts: 1029
- Joined: 13 Apr 2009, 12:26
- Znuny Version: 6.0.13
- Real Name: Wolfgang Fürtbauer
- Company: PBS Logitek GmbH
- Location: Pinsdorf
Re: Customizing SLA behavior
I'm adding the default SLA for every ticket through postmaster filter and generic agent
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Re: Customizing SLA behavior
Yes, that will work but I also would prefer to hide these boxes during ticket creation so that SLA values are based strictly on priority.
Re: Customizing SLA behavior
Ticket::Frontend::CustomerTicketMessage###SLA
I think it is intimately linked to Ticket::Frontend::CustomerTicketMessage###Service
hth
I think it is intimately linked to Ticket::Frontend::CustomerTicketMessage###Service
hth
Re: Customizing SLA behavior
I found what I was looking for (sort of) under this - Frontend::Customer::Ticket::ViewNew
It appears you can only disable these options for customers, not agents. There isn't an equivalent settings page for agents.
Ticket::Frontend::CustomerTicketMessage###SLA - Allows customers to set the ticket SLA in the customer interface.
It appears you can only disable these options for customers, not agents. There isn't an equivalent settings page for agents.
Ticket::Frontend::CustomerTicketMessage###SLA - Allows customers to set the ticket SLA in the customer interface.