How to create email notification for REQ,RITM, INC, SCTASK, TASK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2025 11:05 AM
When a REQ,RITM, INC, SCTASK, TASK is assigned to Security_Team, any status change should trigger email, and the status should be included in the subject line of the email. How can I create a single notification for all these when the status is changed any of these
Note: This should be applicable only when the ticket is with Security_Team.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2025 11:33 AM
In your conditions of the notifications choose state changes and assignment group is security_team.
Then for the subject you just need to include ${state}. You may be able to do this off the task table so you only need to configure one notification. Just a note unless you have something custom configured REQ and RITM are not typically assigned to a group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2025 03:04 AM
Thank you for your response. I have configured the email notification as you suggested, but during testing, the email is only sent when the state changes in the TASK record and does not trigger for REQ, RITM, SCTASK, or INC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2025 03:33 AM
is the assignment group condition getting satisfied for the other task types?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2025 03:52 AM
@Ankur Bawiskar Yes, I also tried without the assignment group condition, but it still isn't working.