- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hi Team, case will create in different assignment group, so based on that current assignment group will receive the notification. Pls guide me on this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
so what did you start with and where are you stuck?
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
Tuesday
Hi Ankur,
Current assignment group should receive the notification in "TO"
Note: In my requirement assignment group keep on change, so I need email script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
in the notification record itself, in Who will receive tab when you give Assignment Group field
It will send email to that group members.
It will pick that dynamically and you need not worry on that.
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
Tuesday - last edited Tuesday
Hi @Pujitha1234
This is a very common use case in ServiceNow - you want the assigned group to receive an email whenever a case/incident/task is created or reassigned.
Steps to Configure Notification by Assignment Group
-
Create a Notification
-
Go to System Notification > Email > Notifications.
-
Click New.
-
-
Fill Basics
-
Name: Case Assigned to Group
-
Table: Case (or Incident/Task, depending on your use case)
-
When to send: choose Record inserted or updated.
-
-
Condition
-
Condition: assignment_group IS NOT EMPTY
-
If you only want on create: Assignment Group changes = true, or State = New.
-
-
Recipients
-
In the Who will receive tab, choose:
-
Users/Groups in fields → select Assignment Group.
-
This way, all members of the current assignment group will get the notification.
-
-
-
Email Template
-
Subject: New Case Assigned to ${assignment_group}
-
Body: add useful info like ${number}, ${short_description}, ${assigned_to}.
-
- Condition :current.assignment_group.changes() || current.operation() == 'insert'
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
ï”— YouTube: https://www.youtube.com/@learnservicenowwithravi
ï”— LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/