Exclude some groups from SLA notification

Luiz Lucena
Mega Sage

We have a requirement to exclude some Assignment Groups from receiving SLA warning and SLA breach notification.

Not all groups here have SLA defined so we need to exclude those from receiving the notifications.

Tried with this condition in the "When to Run" step, however it passed through and a notification was sent:

Screen Shot 2018-01-24 at 8.53.59 PM.png

Does anyone how to prevent this notification to be sent when assignment group starts with Fusion?

Thanks,

1 ACCEPTED SOLUTION

That's true, Carl.



Now is working like a charm, I've added an IF condition which is checking the task.assignment_group if the group name starts with Fusion, go straight to the end by passing all SLA's notifications. If that evaluates to false, then follow the normal process.



find_real_file.png



Thanks again, Carl.


View solution in original post

7 REPLIES 7

That's true, Carl.



Now is working like a charm, I've added an IF condition which is checking the task.assignment_group if the group name starts with Fusion, go straight to the end by passing all SLA's notifications. If that evaluates to false, then follow the normal process.



find_real_file.png



Thanks again, Carl.


Thanks for posting your fix....!


Is there any other way without modifying the workflow?