[rt-users] SLA question
Simon Dray
Simon.Dray at antplc.com
Mon Apr 27 05:14:42 EDT 2009
RT 3.8.2
SLA 02
Dear all
I hope someone can enlighten me on this
I have set up in my RT_Siteconfig.pm the following but am not sure how to call it when setting up a the customfield
Set(%ServiceAgreements, (
Default => 'Info',
QueueDefault => {
'General' => 'Critical',
},
Levels => {
'Critical' => { Response => { BusinessMinutes => 60*8*4 } },
'Major' => { Response => { BusinessMinutes => 60*8*20 } },
'Minor' => { Response=> { BusinessMinutes => 60*8*30 } },
'Info' => { Repsonse=> { BusinessMinutes => 60*8*30 } },
'Special' => {
'Critical' => { Response => { BusinessMinutes => 60*8*3 } },
'Major' => { Response => { BusinessMinutes => 60*8*10 } },
'Minor' => { Response=> { BusinessMinutes => 60*8*30 } },
'Info' => { Repsonse=> { BusinessMinutes => 60*8*30 } },
},
},
)
);
I have defined a normal set of response times but I want to be able to call the one for Special in certain circumstance how do I call it in the custom field or have I misinterpreted what can be done.
Regards Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090427/e3c9cd8b/attachment.htm>
More information about the rt-users
mailing list