- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 03:40 PM
I want to send an email notification to "Assigned To" or "Assignment Group" when priority has changed.
For example:
Send notification when priority change from (1 - Critical, 2 - High, 3 - Moderate, 4 - Low) to (1 - Critical, 2 - High, 3 - Moderate, 4 - Low) any one.
An email notification has sent only when priority has changed (update) not when incident is created (insert).
I have created Business Rule and New Notification to send an email when priority has changed. But its not working somehow.
I have been go through below post:
1) https://community.servicenow.com/community?id=community_question&sys_id=32d98329db5cdbc01dcaf3231f96...
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 02:36 PM
Below I had create a new event, business rule and notification to send email notification to assigned to person when incident priority has changed. This solution is working fine. You can cross verify with an email logs and system logs.
1) New event under Event Registry
Register a new event
2) New business rule under Integration
Added new business rule
1) Filter condition
2) Added Advanced script and condition. Script working when priority goes upgrade or downgrade.
Script reference Click here
3) New notification under System Notification
Added new notification and selected event name which was created
4) Emails under System Logs
Through email logs we can cross verify that email notification has been sent or not.
5) All logs under System Logs > System Logs
Through the logs we can see some printed message.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 03:54 PM
Hi Jaukumar,
Why don't you use multiple conditions in notification to trigger?
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 03:59 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 03:59 PM
Ok so how are you checking ?
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 04:00 PM
that its not working
did you check system logs > emails
***Mark Correct or Helpful if it helps.***