SLA notification is not getting triggered for the group or user

mdshahvez11
Tera Contributor

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.


mdshahvez11_0-1748443192233.pngmdshahvez11_1-1748443221435.png

 

5 REPLIES 5

Robbie
Kilo Patron
Kilo Patron

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

@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.

AndersBGS
Tera Patron
Tera Patron

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/

mdshahvez11
Tera Contributor

@AndersBGS 

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.

mdshahvez11_1-1748490811013.png

 

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.

mdshahvez11_0-1748490754157.png

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.