- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 07:03 AM
When an incident is made a parent incident, we would like to send a notification. How can I do this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 07:24 AM
Hi,
As long as you're using the parent incident [parent_incident] field, and not the parent [parent] field available on tasks you can do the following:
When a parent incident is assigned, a BR triggers called 'Update Child Incident Count'. The parent incident child_incidents field is updated. If you want to trigger a notification, you can do so using the condition builder:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 07:24 AM
Hi,
As long as you're using the parent incident [parent_incident] field, and not the parent [parent] field available on tasks you can do the following:
When a parent incident is assigned, a BR triggers called 'Update Child Incident Count'. The parent incident child_incidents field is updated. If you want to trigger a notification, you can do so using the condition builder:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2024 01:42 PM
Thanks for the reply Kieran,
Yes we are using the parent incident [parent_incident] field. The issue I'm running into is I only want to send the notification once per parent incident not every time a child is added. My notification is very similar to what you suggested, but it is sending every time a child is added to the parent.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2024 10:27 PM
If you only want to send it once, you can change the second condition of 'child incidents .greater than or is. 1' to 'child incidents .is. 1' so it only triggers on change and on the 1st child incident being attached