Response SLA triggering again and again, how to stop this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-07-2022 02:07 AM
My Response SLA triggering again and again whenever the assigned to is empty.
the Start and stop conditions are
there is no reset condition set.
How to stop Response SLA from re triggering after once it is completed.
- Labels:
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-07-2022 02:54 AM
An SLA will attach to a record when the start condition is met and the stop condition is not met.
For multiple SLAs to attach, your ticket must have been in a state that matched the start condition but not the stop condition after the SLA met the stop condition.
I can see that if one of your last two stop conditions is met, then the state changes back to 'In progress', it would start a new SLA.
I can't think of an easy way to restructure your conditions. Since this is very complicated you could add a custom field called 'responded' that is set to true when your complex stop condition is met.
Then, just add 'Responded is TRUE' as your stop condition, and 'Responded is FALSE' as your start.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-07-2022 03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-07-2022 03:32 AM
and the re assignment is set to 0 but does it worked here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-27-2023 01:23 AM
Hi @rahul67 , did you get the solution for your problem. actually Im also facing the same problem "Response SLA triggering again and again, how to stop this". if konw the solution help me with that.