From version 8.2
edited by Pierre Dubois
on 2011/04/06 21:48
To version 8.3
edited by Pierre Dubois
on 2011/04/06 22:05
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -40,8 +40,14 @@
40 40  * a status: Started, Stopped, Paused
41 41  * a start time
42 42  * a deadline time = start time + maximum duration - pause time
43 -* an end time: time when the time actually stopped
43 +* an end time: time when the timer is actually stopped
44 44  * pauses
45 45  * alerts
46 46  * breach duration = duration between deadline and end time when end time > deadline
47 47  
48 +Timers are managed by the application:
49 +\\At the incident level (imTicket) there are up to 5 SLA Definitions. Those SLA definitions (Applicable SLA 1 to 5) are used to track time on 5 different processes to manage incidents (for example resolution time, answer time, ...). Those 5 properties may be relabeled with a fragment on imTicket to adapt to your processes names.
50 +\\Once those SLA definitions are filled (either manually or more realistically programmatically through scripting), the application will manage the Timers based on the SLA Definition.
51 +\\So for example:
52 +\\When a ticket is submitted, the "Submit" operation may lookup the appropriate SLAs definition based on priority and fill itilSLA1 for answer time, itilSLA2 for resolution time, etc...
53 +\\Once the SLA definitions are set, the timers will be automatically created and managed.
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation