SLA notification is not getting triggered for the group or user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 07:41 AM
I was working on an SLA notification built on the task_sla table.
The conditions are:
Has breached is true
The WHOM TO SEND are set to task.assigned_to and task.assignment_group
The issue is that even when Has breached becomes true, the notification is not getting triggered.
However, if I directly add a specific user or assignment group in the notification settings , it works fine.
But when I try to add task.assigned_to and task.assignment_group as recipients dynamically, the notification does not get triggered.
We are on the Xanadu release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 08:54 AM
Hi @mdshahvez11,
What table has been set against the notification? Whilst I can see you've managed to dot walk from the 'HR number' field, something doesn't quite add up.
Would this not be triggered from the HR case table ('sn_hr_core_case') for example where you would not dot walk, you would simply add the 'Assigned to' and 'Assignment Group' fields.... nothing else is needed. You dont need to dot walk to the email address etc as per your screen shots.
To help others (and for me to gain recognition for my efforts), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 09:08 AM
@Robbie
Thank you for your response.
So actually this notification is based on Task Sla table and earlier I had tried dot walk as :
[ Task.Assigned.to and Task.Assignment ] this.
Directly we don't have any option to add assigned to or assignment group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 12:59 PM
Hi @mdshahvez11 ,
Please share your full configuration - otherwise it is quite difficult to help you.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 08:55 PM
I was working on an SLA notification built on the task_sla table.
The conditions are:
Has breached is true
And In The : WHOM TO SEND are set to task.assigned_to and task.assignment_group (dynamically binding).
The issue is that even when Has breached becomes true for a ticket , the notification is not getting triggered.
However, if I directly add a specific user or assignment group in the notification settings and not use dynamically binding , it works fine.
But when I try to add task.assigned_to and task.assignment_group as recipients dynamically, the notification does not get triggered.
Pls have a look on attached screenshots.
We have tried to use the OOTB SLA notifications , but those are also not getting triggered , rest all other notifications are working fine.
We are on the Xanadu release.