Hi Ruslan,<br><br>> What are you trying to achive?<br><br>We have some SLA Categories that the due dates are "as mutually agreed upon" Thus they are sending a due date along with the ticket.  <br><br>> How is extension is configured?Set( %ServiceBusinessHours, (<br>
    'Default' => {<br>        0 => {<br>            Name => 'Sunday',<br>            Start => undef,<br>            End => undef<br>        },<br>        1 => {<br>            Name => 'Monday',<br>
            Start => '08:00',<br>            End => '17:30'<br>        },<br>        2 => {<br>            Name => 'Tuesday',<br>            Start => '08:00',<br>            End => '17:30'<br>
        },<br>        3 => {<br>            Name => 'Wednesday',<br>            Start => '08:00',<br>            End => '17:30'<br>        },<br>        4 => {<br>            Name => 'Thursday',<br>
            Start => '08:00',<br>            End => '17:30'<br>        },<br>        5 => {<br>            Name => 'Friday',<br>            Start => '08:00',<br>            End => '17:30'<br>
        },<br>        6 => {<br>            Name => 'Saturday',<br>            Start => undef,<br>            End => undef<br>        },<br>    }<br>)<br>);<br><br>Set( %ServiceAgreements, (<br>    Default => 'Severity 2',<br>
    QueueDefault => {<br>        'Incoming' => 'Severity 1',<br>        'Availability Management' => 'Severity 2',<br>        'Change Management' => 'Severity 2',<br>
        'Development Management' => 'Severity 2',<br>        'Monitoring Management' => 'Severity 2',<br>        'Operations Management' => 'Severity 2',<br>        'Problem Management' => 'Severity 2',<br>
        'Project Managment' => 'Severity 2',<br>        'Release Management' => 'Severity 2',<br>    },<br>    'Levels' =><br>    {<br>    'Severity 1' => {<br>        StartImmediately => 1,<br>
            OutOfHours => {<br>                Response => {<br>                    RealMinutes => 15*1<br>                },<br>            },<br>            Respond => {<br>                RealMinutes => 10*1<br>
            },<br>            Resolve => {<br>                RealMinutes => 60*1<br>            },<br>        },<br>        'Severity 2' => {<br>            StartImmediately => 1,<br>            Respond => {<br>
                RealMinutes => 20*1<br>            },<br>            Resolve => {<br>                RealMinutes => 60*8<br>            },<br>        },<br>        'Severity 3' => {<br>            StartImmediately => 1,<br>
            Respond => {<br>                BusinessMinutes => 20*1<br>            },<br>            Resolve => {<br>                BusinessMinutes => 60*8<br>            },<br>        },<br>        'Severity 4' => {<br>
            StartImmediately => 1,<br>            Respond => {<br>                BusinessMinutes => 60*8<br>            },<br>        },<br>'RCA' => {<br>            StartImmediately => 1,<br>            Respond => {<br>
                BusinessMinutes => 20*1<br>            },<br>            Resolve => {<br>                BusinessMinutes => 60*8<br>            },<br>        },<br>        'Site Operation Requests' => {<br>
            Respond => {<br>                BusinessMinutes => 20*1<br>            },<br>            Resolve => {<br>                BusinessMinutes => 60*1<br>            },<br>        },<br>        'Site Project Requests/Enhancements' => {<br>
            Respond => {<br>                BusinessMinutes => 20*1<br>            },<br>        },<br>        'Project Support Requests' => {<br>            Respond => {<br>                BusinessMinutes => 60*1<br>
            },<br>        },<br>        'Housekeeping/ Maintenance' => {<br>            Respond => {<br>                BusinessMinutes => 60*1<br>            },<br>        },<br>        'External access' => {<br>
            Respond => {<br>                BusinessMinutes => 60*8<br>            },<br>            Resolve => {<br>                BusinessMinutes => 60*8<br>            },<br>        },<br>    }<br>)<br>);<br>
> I want to know more about use case to understand if it's possible to improve
this extension.<br><br>The use case is as explained more or less above, where the due date is determined either via the logging and classification of the ticket, or via contact with the requester.  Most of the service levels that we have do have very hard due dates, just a couple of categories have soft due dates.  Sometimes the due dates need to move, even in the categories that have hard SLA due dates, simply because of incomplete information from the requester.<br>
<br>While we are on the topic of improvements.<br><br>I would also like to see the due date shift the amount of time that the ticket was stalled upon re-open.  For our organization we use the stalled status to indicate that the "ball is out of our court" in other words we are waiting for input from some other source.<br>
<br>Thanks,<br><br>Bill Graboyes <br><br><div class="gmail_quote">On Mon, Jul 6, 2009 at 10:47 AM, Ruslan Zakirov <span dir="ltr"><<a href="mailto:ruslan.zakirov@gmail.com">ruslan.zakirov@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Nope, cuz SLA extension is used to automate due date management. What<br>
are you trying to achive? How is extension is configured? I want to<br>
know more about use case to understand if it's possible to improve<br>
this extension.<br>
<div><div></div><div class="h5"><br>
On Mon, Jul 6, 2009 at 9:12 PM, William<br>
Graboyes<<a href="mailto:william.graboyes@theportalgrp.com">william.graboyes@theportalgrp.com</a>> wrote:<br>
> Hi all,<br>
><br>
> I am having a problem with the SLA module.<br>
><br>
> Any time we change a due date, The SLA module changes it back to the<br>
> prescribed due date in the config file.<br>
><br>
> Is there any way to change this behavior?<br>
><br>
> RT Version: 3.8.4<br>
><br>
> --<br>
> Bill Graboyes<br>
> On Assignment At:<br>
> Toyota Motor Sales, USA, Inc.<br>
> Consumer Portal Delivery<br>
> Office: (310) 468-6754<br>
> Cell: (714) 515-8312<br>
><br>
</div></div>> _______________________________________________<br>
> <a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users" target="_blank">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a><br>
><br>
> Community help: <a href="http://wiki.bestpractical.com" target="_blank">http://wiki.bestpractical.com</a><br>
> Commercial support: <a href="mailto:sales@bestpractical.com">sales@bestpractical.com</a><br>
><br>
><br>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.<br>
> Buy a copy at <a href="http://rtbook.bestpractical.com" target="_blank">http://rtbook.bestpractical.com</a><br>
><br>
<font color="#888888"><br>
<br>
<br>
--<br>
Best regards, Ruslan.<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Bill Graboyes<br>On Assignment At: <br>Toyota Motor Sales, USA, Inc.<br>Consumer Portal Delivery<br>Office: (310) 468-6754<br>Cell: (714) 515-8312<br>