Sctask Comments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
We recognized a problem that we need to resolve with email notifications when comments are added to Sctasks. If I have been assigned an Sctask and Bob comments on it, I do not receive an email notification. Can someone point me in the direction of where the email notification logic lives within ServiceNow and what needs to be changed to send the email notification in this scenario?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
20m ago
Hi @sseverance
This is basic knowledge. Emails lives in notfications and the reason that you don’t receive any notification is properly due to it’s not configured yet.
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
14m ago
Hi @sseverance
1) Refer: KB1367407 How to notify requestors when work notes are added to their task records
Resolution
Create a custom notification to send alerts when work notes are added to tasks:
- In the filter navigator, enter notifications, and then under Email, select Notifications.
- Select New.
- Set the Table field to Task [sc_task].
- Enter a descriptive name for the notification.
- In the Send when section:
- Select Record inserted or updated.
- Select the Updated check box.
- In the Conditions section, select Assigned to is not empty and Work notes changes.
- Go to the Who will receive tab:
- Under Users/Groups in field, select Request.
- Select the + icon to dot-walk to the Requested for field.
- Select the > icon to select the Request.Requested for relationship.
- Add any other users you want to notify.
- Select Save.
2) Check post:Send Email Notification to Assigned to when Additional Comment is added
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8m ago
@sseverance Please refer to this official documentation to know about Email Notification and how you can create them.
On the instance you can find Email notifications in System Notifications >> Email >> Notifications.
OOTB I didn't find any notification on the sc_task table which triggers on the comment.
You can refer to existing notifications on the sc_task table and create one which triggers on the comment addition.
Hope this helps.