Incident Updated SLA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2015 12:20 PM
Hey guys,
Am trying to write an SLA that will track whether a ticket was updated w/in a specified amount of hours (say 48).
Having a little bit of trouble w/ the following:
- Setting a duration for this SLA (do I need one if the stop condition is correct?)
- Defining an accurate stop condition
We would want this SLA to reset each time a ticket is updated, so at a basic level just to see if there was ever a period the ticket went greater than say 48 hrs w/o an update.
A nice to have would be some way to count the total # of successes or breaches, so for ex
(Queue X, SLA Start)
Start
<48 hrs --> Cancelled (no breach; reset)
<48 hrs --> Cancelled (no breach; reset)
>48 hrs --> Cancelled (breached; reset)
<48 hrs --> Cancelled (no breach; reset)
Complete
So in this instance we can see that the ticket went (4) SLA Update rounds, with 1 breach. I'm familiar w/ the activity monitor, but not sure w/o writing a custom work flow for the event I can easily do this. Any ideas?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2015 05:19 PM
Duration calculating the duration of the SLA. In your scenario, you could set the SLA duration to 48 hrs (with or without a schedule). The second part requires a trigger and a script or workflow script. We use a custom field that contains a value 'Customer Notified'. In the SLA, your stop conditions contains your trigger. Then a workflow/script runs to reset the field value and thus kicks off another SLA waiting for Customer Notified. At any point, you could look at the ticket and see which SLA's you made and which ones you breached.
It works for us!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2015 02:21 PM
Can you please show how this is done?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2015 09:35 PM
Not sure where you are going with this, but you may want to look at this
Setting Inactivity Monitors - ServiceNow Wiki
You can fire emails or script actions from these events.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2015 08:49 AM