Request an enhancement where, if we receive a "clear", the parent (and child) incidents closed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 02:12 AM - edited 10-07-2024 02:13 AM
Hello All,
I have a requirement like "We currently have a business rule setup for incidents generated by abc, where it creates child tickets based on correlation ID. I would like to request an enhancement where, if we receive a "clear",(like short_description contains Clear and based on this) the parent (and child) incidents are automatically closed.
Can anyone help how to achieve this.
Thank You!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 03:08 AM
Hi @SupriyaBasak But both parent and child incident get auto closed based on short description when it contains clear.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 03:10 AM
If you resolve the parent incident based on short description when it contains clear then OOB BR will close the child incident as well.
Thanks,
Supriya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 03:14 AM
If we receive Clear in child short description than how parent will get closed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 03:18 AM
So if you are receiving the clear in the child and you want to close the parent incident then you need to write an additional business rule which
will trigger
When Child will be closed
Perform(in advanced section) :
Resolved the parent incident if there are no open child incident for the parent incident.
Thanks,
Supriya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 03:29 AM
What code need to be written in advanced can you explain.