- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 09:39 AM
Hi Developers,
I am looking for a solution, where I need to cancel SLA attached to child incidents. But the problem is there are more than 60 SLA definitions available in our incident process. I am trying to avoid making changes to all the existing SLA condition.
Scripts can be created to cancel the SLA but still my start condition will be met and new sla will be getting attached.
Is there a way to achieve this ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 10:56 PM
Hello @Diksha,
Ignore my last update as it seems it is not possible to write BR on incident_sla table, Instead please write Before BR on task_sla table with following conditions and click setabort action checkbox like below. It should work. Condition is you need to dot walk task fields , first is task.tasktype is incident and second is task.parent is not empty
This will make sure SLA doesn't get attached to Child incidents. Please mark my answer as correct or hit like based on impact
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 11:10 AM
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 10:56 PM
Hello @Diksha,
Ignore my last update as it seems it is not possible to write BR on incident_sla table, Instead please write Before BR on task_sla table with following conditions and click setabort action checkbox like below. It should work. Condition is you need to dot walk task fields , first is task.tasktype is incident and second is task.parent is not empty
This will make sure SLA doesn't get attached to Child incidents. Please mark my answer as correct or hit like based on impact
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2022 01:38 AM
Hi Musab,
Thanks a lot, this is working and SLA is not getting created as expected.
I am just facing one more issue, I have a scenario where child tickets on getting detached from parent should take retroactive start and new sla has to be attached to the child(which is standalone now).
As I am cancelling the earlier SLA's by default new SLA was not created
Any thoughts on this ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2022 01:57 AM
Hello @diksha,
Not 100% Sure about this but as I have answer your original query Kindly mark my answer as correct so that It will help others.
Regards,
Musab