Merge Affected Cis of duplicate incidents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 12:38 PM - edited 05-18-2023 08:19 PM
What would be the easy way to merge affected CIs of duplicate incident based on Assignment Group and Short description. Initially started with a script with below scenario, now sure how to solution this .
1.Glide Aggregate Incidents table based on Short description and assignment Group
2. Glide Record affected Cis table based on Incident.Shortdescription and Incident. Assignment group
3. Capture all affected Cis into a array
4. Delete all except 1 related Incident to attach all this affected Cis //Not sure if this can be done
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2023 03:09 AM
• Use the ServiceNow Merge Incident feature to combine two or more duplicate incidents into one.
• This feature is available on the Incident form.
• Enter the Incident Number of the incident you want to keep, then select the incidents you want to merge.
• The Affected CI field will be populated with the Affected CI from the Incident you are merging.
• The merged Incident will contain the merged Affected CI field.
For asking ServiceNow-related questions try this :
For a better and more optimistic result, please visit this website. It uses a Chat Generative Pre-Trained Transformer ( GPT ) technology for solving ServiceNow-related issues.
Link - https://nowgpt.ai/
For the ServiceNow Certified System Administrator exams try this :
https://www.udemy.com/course/servicenow-csa-admin-certification-exam-2023/?couponCode=NOW-DEVELOPER
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023 12:41 AM - edited 05-22-2023 12:41 AM
These incidents are auto generated through scripts . So we would like to present the groups ideally 1 incident, closing any extra incidents through scheduled jobs.
Where is this "ServiceNow Merge Incident" feature available ?