[rt-users] need SLA tutorials/guide for first time setup
Arun ragini
arunragini at gmail.com
Wed May 22 06:45:53 EDT 2013
yes I'm talking about SLA extension,
I have gone through
https://github.com/bestpractical/rt-extension-sla/blob/master/README
after I create ticket and and own the ticket I don't get to see the Due
date/time etc.
My SLA config as follows
%RT::ServiceAgreements = (
Default => '4h',
QueueDefault => {
'General' => '4h',
'Clients' => '1d',
},
Levels => {
'4h' => {
Resolve => { RealMinutes => 60*4 },
Response => { RealMinutes => 60*1 },
},
'2h' => {
Response => { RealMinutes => 60*2 },
Resolve => { RealMinutes => 60 },
},
'1d' => {
Response => { RealMinutes => 60*1 },
Resolve => { RealMinutes => 60*24 },
},
},
);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20130522/ca2d5372/attachment.htm>
More information about the rt-users
mailing list