- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2024 06:55 AM
During a recent audit finding, we discovered that incidents which are created direct to Resolved don't get an SLA attached. Obviously, the SLA would always be met, both Assigned and Resolution; however, our audit team wants to see that an SLA gets attached.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2024 09:29 AM
As it turns out, the Stop Condition runs first so since that condition check to see if State == Resolved, the SLA never attaches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2024 09:11 AM
Send me screenshot for both SLA and submitted record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2024 10:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2024 06:28 AM
Hi @Curtis2 ,
You are not following schedule and time zone mentioned in the SLA.
1. You have to make sure that you are creating ticket on defined window that is 8AM to 5PM and excluding holiday mentioned on the schedule. Open schedule and check child schedule for holiday list.
2. and 2nd, make sure the caller time is falls under defined time.
Note: If you are not able to identify the these two value then try removing these value and select like below for testing.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
LinkedIn: https://www.linkedin.com/in/runjay
YouTube: https://www.youtube.com/@RunjayP
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2024 08:20 AM
I just tried again. My user profile is using system (US/Eastern) TZ and the incident is created between 8a and 5p and it isn't a holiday today.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2024 09:29 AM
As it turns out, the Stop Condition runs first so since that condition check to see if State == Resolved, the SLA never attaches.