OK, it is working, but I could not understand <br><br>Created:Fri Nov 11 16:35:18 2011 -- this is ok<br>Starts:Fri Nov 11 16:35:18 2011 -- this should be set to Created+ 1hours response time<br>Started:Fri Nov 11 16:42:43 2011<br>
<a href="http://207.228.237.31/rt/Ticket/Display.html?id=8&Action=SetTold" style="color: rgb(0, 0, 0); text-decoration: none; ">Last Contact</a>:Not set<br>Due:Sat Nov 12 09:35:18 2011 -- this should be set to Created + 4 hours resolution time<br>
Closed:Not set<br>Updated:<a href="http://207.228.237.31/rt/Ticket/Display.html?id=8#lasttrans" style="color: rgb(0, 0, 0); text-decoration: none; ">Fri Nov 11 16:42:43 2011 by Enoch Root</a><br><br>Please correct me, I am doing something wrong or not understanding it a t all.<br>
<br><div class="gmail_quote">On Fri, Nov 11, 2011 at 4:33 PM, Ruslan Zakirov <span dir="ltr"><<a href="mailto:ruz@bestpractical.com">ruz@bestpractical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, Nov 11, 2011 at 2:56 PM, linuxsupport <<a href="mailto:lin.support@gmail.com">lin.support@gmail.com</a>> wrote:<br>
> Yes, it is enabled<br>
><br>
> Set( @Plugins, qw( RT::Extension::SLA) );<br>
><br>
> In the log it says.<br>
><br>
> [Fri Nov 11 10:55:12 2011] [warning]: SLA scrip applied to a queue that has<br>
> no SLA CF<br>
> (/usr/local/share/request-tracker4/plugins/RT-Extension-SLA/lib/RT/Action/SLA_SetDefault.pm:33<br>
<br>
</div>You didn't apply SLA custom field to queues. Goto admin UI and do it.<br>
<div><div></div><div class="h5"><br>
<br>
><br>
><br>
> On Fri, Nov 11, 2011 at 4:16 PM, Ruslan Zakirov <<a href="mailto:ruz@bestpractical.com">ruz@bestpractical.com</a>><br>
> wrote:<br>
>><br>
>> Hi,<br>
>><br>
>> Have you enabled plugin in the config? What do you have in logs when<br>
>> you create a ticket?<br>
>><br>
>> On Fri, Nov 11, 2011 at 2:03 PM, linuxsupport <<a href="mailto:lin.support@gmail.com">lin.support@gmail.com</a>><br>
>> wrote:<br>
>> > I have modified the config as below. still not working<br>
>> ><br>
>> > Set(%ServiceAgreements, (<br>
>> > Default => 'GA',<br>
>> > QueueDefault => {<br>
>> > 'General' => 'GA',<br>
>> > 'Support' => 'GA',<br>
>> > 'Sales' => 'GA',<br>
>> > 'Incident' => 'SA',<br>
>> > },<br>
>> > Levels => {<br>
>> > 'SA' => {<br>
>> > StartImmediately => 1,<br>
>> > Response => { RealMinutes => 60*1*2 },<br>
>> > Resolve => { RealMinutes => 60*4 },<br>
>> > },<br>
>> > 'GA' => {<br>
>> > BusinessHours => 'ga_hours',<br>
>> > Response => { BusinessMinutes => 60*1 },<br>
>> > Resolve => { BusinessMinutes => 60*4 },<br>
>> > },<br>
>> > },<br>
>> > ));<br>
>> ><br>
>> ><br>
>> > Set(%ServiceBusinessHours, (<br>
>> > 'ga_hours' => {<br>
>> > 0 => { Name => 'Sunday', Start => undef, End => undef },<br>
>> > 1 => { Name => 'Monday', Start => '09:00', End =><br>
>> > '17:00' },<br>
>> > 2 => { Name => 'Tuesday', Start => '09:00', End =><br>
>> > '17:00'<br>
>> > },<br>
>> > 3 => { Name => 'Wednesday', Start => '09:00', End =><br>
>> > '17:00'<br>
>> > },<br>
>> > 4 => { Name => 'Thursday', Start => '09:00', End =><br>
>> > '17:00'<br>
>> > },<br>
>> > 5 => { Name => 'Friday', Start => '09:00', End =><br>
>> > '17:00' },<br>
>> > 6 => { Name => 'Saturday', Start => '09:00', End =><br>
>> > '13:00'<br>
>> > }<br>
>> > },<br>
>> > ));<br>
>> > On Fri, Nov 11, 2011 at 2:06 PM, Bart <<a href="mailto:bart@pleh.info">bart@pleh.info</a>> wrote:<br>
>> >><br>
>> >> I noticed that in your config you say that "4h" is the default, this<br>
>> >> SLA<br>
>> >> however doesn't exist. Try replacing that with 24 and see what happens.<br>
>> >> -- Bart<br>
>> >><br>
>> >><br>
>> >> 2011/11/11 linuxsupport <<a href="mailto:lin.support@gmail.com">lin.support@gmail.com</a>><br>
>> >>><br>
>> >>> Hi,<br>
>> >>><br>
>> >>> I did it and then created a ticket but I can not see it applying the<br>
>> >>> SLA.<br>
>> >>> What else should I check?<br>
>> >>><br>
>> >>> On Thu, Nov 10, 2011 at 6:38 PM, Bart <<a href="mailto:bart@pleh.info">bart@pleh.info</a>> wrote:<br>
>> >>>><br>
>> >>>> Only the "Name" field is needed.<br>
>> >>>> -- Bart<br>
>> >>>><br>
>> >>>><br>
>> >>>> 2011/11/10 linuxsupport <<a href="mailto:lin.support@gmail.com">lin.support@gmail.com</a>><br>
>> >>>>><br>
>> >>>>> Thanks Bart, but there are 4 fields in that custom field.<br>
>> >>>>><br>
>> >>>>> Sort , Name, Description, Category<br>
>> >>>>><br>
>> >>>>> Where should that 24 go? in Sort or Name?<br>
>> >>>>><br>
>> >>>>> On Thu, Nov 10, 2011 at 4:06 PM, Bart <<a href="mailto:bart@pleh.info">bart@pleh.info</a>> wrote:<br>
>> >>>>>><br>
>> >>>>>> Sorry, forgot to mention that in your case that's value "24" since<br>
>> >>>>>> you've only defined one entry.<br>
>> >>>>>> -- Bart<br>
>> >>>>>><br>
>> >>>>>><br>
>> >>>>>> 2011/11/10 Bart <<a href="mailto:bart@pleh.info">bart@pleh.info</a>><br>
>> >>>>>>><br>
>> >>>>>>> You have to manually add the same values of your config to your<br>
>> >>>>>>> SLA<br>
>> >>>>>>> Custom Field. From there it should work as intended.<br>
>> >>>>>>> -- Bart<br>
>> >>>>>>><br>
>> >>>>>>><br>
>> >>>>>>> 2011/11/10 linuxsupport <<a href="mailto:lin.support@gmail.com">lin.support@gmail.com</a>><br>
>> >>>>>>>><br>
>> >>>>>>>> Hi,<br>
>> >>>>>>>><br>
>> >>>>>>>> I have just installed RT, along with plugin RT::Extension::SLA<br>
>> >>>>>>>><br>
>> >>>>>>>> Following is the configuration I have placed in RT_SiteConfig.pm<br>
>> >>>>>>>><br>
>> >>>>>>>> Set(%ServiceAgreements, (<br>
>> >>>>>>>> Default => '4h',<br>
>> >>>>>>>> QueueDefault => {<br>
>> >>>>>>>> 'General' => '24',<br>
>> >>>>>>>> },<br>
>> >>>>>>>> Levels => {<br>
>> >>>>>>>> '24' => {<br>
>> >>>>>>>> StartImmediately => 1,<br>
>> >>>>>>>> Response => { RealMinutes => 60*1 },<br>
>> >>>>>>>> Resolve => { RealMinutes => 60*4 },<br>
>> >>>>>>>> },<br>
>> >>>>>>>> },<br>
>> >>>>>>>> ));<br>
>> >>>>>>>><br>
>> >>>>>>>> But I can not see any SLA while creating new ticket, it shows me<br>
>> >>>>>>>> blank box<br>
>> >>>>>>>><br>
>> >>>>>>>> Can someone correct me please?<br>
>> >>>>>>>><br>
>> >>>>>>>> OS: Debain Squeeze<br>
>> >>>>>>>> RT -- request-tracker4 4.0.2-1~bpo60+1<br>
>> >>>>>>>><br>
>> >>>>>>>> Thanks<br>
>> >>>>>>>><br>
>> >>>>>>>><br>
>> >>>>>>>> --------<br>
>> >>>>>>>> RT Training Sessions<br>
>> >>>>>>>> (<a href="http://bestpractical.com/services/training.html" target="_blank">http://bestpractical.com/services/training.html</a>)<br>
>> >>>>>>>> * Barcelona, Spain — November 28 & 29, 2011<br>
>> >>>>>>><br>
>> >>>>>><br>
>> >>>>><br>
>> >>>><br>
>> >>><br>
>> >><br>
>> ><br>
>> ><br>
>> > --------<br>
>> > RT Training Sessions (<a href="http://bestpractical.com/services/training.html" target="_blank">http://bestpractical.com/services/training.html</a>)<br>
>> > * Barcelona, Spain — November 28 & 29, 2011<br>
>> ><br>
>><br>
>><br>
>><br>
>> --<br>
>> Best regards, Ruslan.<br>
><br>
><br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Best regards, Ruslan.<br>
</font></blockquote></div><br>