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

Prateek kumar
Mega Sage

You can specify a condition:


state-- changes to-- reopen



Please mark my response as correct and helpful if it helped solved your question.
-Thanks

i will try this.


Thanks for your response.




Regards


Ram Singh


Allen Andreas
Administrator
Administrator

Hi,



You'd want to first set up a notification for that situation and also create a respective business rule to reopen an incident (if you don't have that setup already) when 'x' happens. Either the user replied to the incident, an analyst reopened it by changing it to active, etc.



Thanks!



Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Jaspal Singh
Mega Patron
Mega Patron

Hi Ram,



Notification with filter as



State changes from Resolved/Closed   //considering you have ticket closed or resolved before it get reopened.



would work for condition. While for content/message you need to include below



${short_description}


${description}


${priority}


${state}