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 02:20 AM
How are these created? Is it an integration? Inbound email? Do you have the correlation ID of the ticket(s) on the 'clear' message coming in?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 02:29 AM
Yes this is Integration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 02:37 AM
Hi,
To establish a straightforward business rule, specify the conditions under which the Description field is set to empty. The business rule should be articulated as follows:
current.incident.state = 'Resolved'
If the intention is to implement this logic for tasks, utilize GlideRecord, as the incident number serves as a unique identifier for incident tasks. Locate the relevant item and proceed to resolve it.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 02:48 AM - edited 10-07-2024 02:50 AM
Hi @Ajay Singh2 ,
I hope that you are performing the integration using some rest api(or import set API) and you can use the same rest api update function to resolved the parent incident(where correlation id is there) based on your required condition. The child incident will be auto closed if the parent incident gets closed. Check the OOB BR on Incident table with name : "Update Child Incidents".
If my answer helped you in any way, please then mark it as helpful or correct. This will help others finding a solution.
Thanks,
Supriya
Thanks,
Supriya