Customizing SLA behavior

Moderator: crythias

Locked
Duff
Znuny newbie
Posts: 5
Joined: 24 Oct 2011, 19:07
Znuny Version: 3.0.7
Real Name: Ryan

Customizing SLA behavior

Post by Duff »

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.
Wolfgangf
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

Post by Wolfgangf »

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
Duff
Znuny newbie
Posts: 5
Joined: 24 Oct 2011, 19:07
Znuny Version: 3.0.7
Real Name: Ryan

Re: Customizing SLA behavior

Post by Duff »

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.
ugob
Znuny newbie
Posts: 52
Joined: 29 Jul 2011, 22:15
Znuny Version: 3.0

Re: Customizing SLA behavior

Post by ugob »

Ticket::Frontend::CustomerTicketMessage###SLA

I think it is intimately linked to Ticket::Frontend::CustomerTicketMessage###Service

hth
Duff
Znuny newbie
Posts: 5
Joined: 24 Oct 2011, 19:07
Znuny Version: 3.0.7
Real Name: Ryan

Re: Customizing SLA behavior

Post by Duff »

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.
Locked