Send email notification when priority has changed.

Jaykumar Pancha
Kilo Expert

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

1 ACCEPTED SOLUTION

Jaykumar Pancha
Kilo Expert

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

find_real_file.png

 

2) New business rule under Integration

Added new business rule

1) Filter condition

find_real_file.png

2) Added Advanced script and condition. Script working when priority goes upgrade or downgrade.

find_real_file.png

Script reference Click here 

 

3) New notification under System Notification

Added new notification and selected event name which was created

find_real_file.png

 

4) Emails under System Logs

Through email logs we can cross verify that email notification has been sent or not.

find_real_file.png

 

5) All logs under System Logs > System Logs

Through the logs we can see some printed message.

find_real_file.png

 

View solution in original post

11 REPLIES 11

Yousaf
Giga Sage

Hi Jaukumar,

Why don't you use multiple conditions in notification to trigger?

 


***Mark Correct or Helpful if it helps.***

find_real_file.png

I have tried with this conditions too but its not working.

Ok so how are you checking ? 


***Mark Correct or Helpful if it helps.***

that its not working 

did you check system logs > emails


***Mark Correct or Helpful if it helps.***