Send Notification when incident is Re-Open

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 09:40 PM
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..
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2018 09:38 AM
open notifications ,
see the image below and set the when to send condition to your condition
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