- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2023 11:56 PM
SLA is not getting attached to incident when assigned to is filled while creating ticket.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2023 12:02 AM
Servicenow SLA execution order is:
1. It will check the stop condition first and the next pause condition and then it will check the start condition.
Your SLA stop condition might be assigned to not empty, which will execute first, and sla won't get attached
for the above issue, you can use the below workaround solution by adding a pause condition.
Pause condition:
"Assigned to " is "not empty"
"Updates" is "0"
Stop condition:
"Assigned to " is "not empty"
"Updates" greater than "0"
Please update the condition and try to create the incident and check whether SLA is attached or not.
Accept as solution/Hit Like if the solution works for you.
Thanks,
Harish Kota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2023 12:02 AM
Servicenow SLA execution order is:
1. It will check the stop condition first and the next pause condition and then it will check the start condition.
Your SLA stop condition might be assigned to not empty, which will execute first, and sla won't get attached
for the above issue, you can use the below workaround solution by adding a pause condition.
Pause condition:
"Assigned to " is "not empty"
"Updates" is "0"
Stop condition:
"Assigned to " is "not empty"
"Updates" greater than "0"
Please update the condition and try to create the incident and check whether SLA is attached or not.
Accept as solution/Hit Like if the solution works for you.
Thanks,
Harish Kota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2023 12:10 AM
Hi Harish,
Solution is worked for me, thank you.
Regards,
Shiva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 11:34 AM
Just wanted to know, if the Response SLA has been paused after setting the above conditions shared by Harish, as i dont want to pause it