<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Incident Parent-Child Relationship in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/incident-parent-child-relationship/m-p/615867#M3746</link>
    <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1211942971"&gt;@alan.chan&lt;/a&gt;,&amp;nbsp;if you are satisfied with our response, please accept the response as solution&lt;SPAN&gt;&amp;nbsp;to acknowledge that the answer to your question has been provided and help others find the information faster.&amp;nbsp;&lt;BR /&gt;Thank you for your collaboration.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2024 13:18:19 GMT</pubDate>
    <dc:creator>AbelSantamarina</dc:creator>
    <dc:date>2024-10-31T13:18:19Z</dc:date>
    <item>
      <title>Incident Parent-Child Relationship</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/incident-parent-child-relationship/m-p/610892#M3721</link>
      <description>&lt;P&gt;I'm looking to establish a hierarchical relationship for linking incidents in XSOAR, specifically a parent-child structure. Currently, the platform allows for linking incidents without hierarchy and creating child incidents under a parent ticket. However, it does not permit linking existing incidents as children.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to add existing incidents as child tickets under a parent ticket so that when the parent ticket is closed, all associated child incidents are also closed (similar to how ServiceNow handles parent-child incidents)? Would I need to create custom scripts and playbooks to achieve this functionality, or is there a native solution available?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I appreciate any insights or suggestions!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 22:08:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/incident-parent-child-relationship/m-p/610892#M3721</guid>
      <dc:creator>alan.chan</dc:creator>
      <dc:date>2024-10-21T22:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Incident Parent-Child Relationship</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/incident-parent-child-relationship/m-p/615809#M3740</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1211942971"&gt;@alan.chan&lt;/a&gt;&amp;nbsp;, there is a built-in parent-child hierarchy available in XSOAR, with the option to create child Investigations with the command &lt;STRONG&gt;!addChildInvestigation&lt;/STRONG&gt;. However, I would not recommend this option as it is very limited. It is intended to be used if you need to run other playbooks and tasks in parallel within the same incident and to conduct parallel investigations with separate evidence and war-room.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Outside of that, unfortunately, there is no built-in parent-child hierarchy available for linked incidents. However, we can add in a relatively simple manner this functionality to incidents by:&lt;BR /&gt;1. Create a custom incident field that tags the incident as Parent or Child, let's call it &lt;STRONG&gt;incidenthierarchy&lt;/STRONG&gt;.&lt;BR /&gt;2. Create the child incidents from the parent incident, specifying the &lt;STRONG&gt;incidenthierarchy&lt;/STRONG&gt; field as &lt;STRONG&gt;Child&lt;/STRONG&gt; accordingly. Link them to the parent once created e.g.:&lt;BR /&gt;&lt;STRONG&gt;!createNewIncident name="Test Child1" incidenthierarchy=Child type=Unclassified&lt;BR /&gt;!linkIncidents incidentId=${incident.id} linkedIncidentIDs=${CreatedIncidentID}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;3. Configure a post-processing script that closes all linked incidents when the parent is closed, and sets the close code and close notes the same as the parent (see attached script).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;
&lt;P&gt;Abel&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 17:30:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/incident-parent-child-relationship/m-p/615809#M3740</guid>
      <dc:creator>AbelSantamarina</dc:creator>
      <dc:date>2024-10-30T17:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Incident Parent-Child Relationship</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/incident-parent-child-relationship/m-p/615823#M3744</link>
      <description>&lt;P&gt;This is how I have it set up. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 19:35:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/incident-parent-child-relationship/m-p/615823#M3744</guid>
      <dc:creator>alan.chan</dc:creator>
      <dc:date>2024-10-30T19:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Incident Parent-Child Relationship</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/incident-parent-child-relationship/m-p/615867#M3746</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1211942971"&gt;@alan.chan&lt;/a&gt;,&amp;nbsp;if you are satisfied with our response, please accept the response as solution&lt;SPAN&gt;&amp;nbsp;to acknowledge that the answer to your question has been provided and help others find the information faster.&amp;nbsp;&lt;BR /&gt;Thank you for your collaboration.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 13:18:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/incident-parent-child-relationship/m-p/615867#M3746</guid>
      <dc:creator>AbelSantamarina</dc:creator>
      <dc:date>2024-10-31T13:18:19Z</dc:date>
    </item>
  </channel>
</rss>

