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:19 AM
You can specify a condition:
state-- changes to-- reopen
Please mark my response as correct and helpful if it helped solved your question.
-Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2018 07:42 PM
i will try this.
Thanks for your response.
Regards
Ram Singh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2018 09:22 AM
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2018 09:25 AM
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}