Send Notification when incident is Re-Open

Service_RNow
Mega Sage

Hi Team,

I have Problem that when my incident is Re-Open then Notification should be sent to my email that incident has been Re-Open it also Contains some basic Information of my Incident like-

Short Description,

Description,

Priority,

State.

Can Any one help me..

5 REPLIES 5

RudhraKAM
Tera Guru

open notifications ,


find_real_file.png


  see the image below   and set the when to send   condition to your condition


find_real_file.png


find_real_file.png



and in email templete   add this




Incident state: ${incident_state}


Number: ${number}


Opened by: ${opened_by}


State: ${state}


Description: ${description}


Short Description: ${short_description}



pls mark it as correct if it works