Hi Calvin,
Thank you, for a detailed explanation.
With the current setup, unfortunately I need to go a head with workflows.
1. Need to assign group of tasks to Child incident from Parent Incident.
2. Is it possible to do a inter communications between tasks from child incident to parent incident and vice versa. ( For example: when we are in child incident the tasks in parent incident should not be completed, another example : from child incident can we go back parent incident and vice versa ...?)
3. When running the workflow, the workflow is in Running state for long time , while checking the /usr/share/co3/logs/client.log, it is not giving any details what's going wrong inside workflow, do we need to enable any log setting to get a detailed logs of workflows.
------------------------------
SOAR Engineer
------------------------------
Original Message:
Sent: Mon May 29, 2023 10:03 AM
From: Calvin Wynne
Subject: Assigning task as new child incident to existing incident.
Hi,
As mentioned before, you could create a playbook for the above mentioned requirements, using the SOAR Function Utilities for SOAR. I have created a sample playbook to do the same.
Notice activation set to Automatic and condition is set to trigger playbook on task close.



Notice the input field can be used to send information from the parent incident to the child incident. You are not just restricted to incident information, you can also send any task related information too. To know more about the input format, see end of message.
Output:


After closing task 1:


Note: parent description imported to child incident. You are not just restrected to description, you can specify most incident properties while its being created from the parent incident.

Note: Link to child incident in parent notes. You are not just restricted to the URL. A lot more details regarding the child incident created is returned. This can be accessed in the post-processing script of the playbook. Instead of notes, you could even create a data-table and add all incident related information to it.
Tasks can also be created in a similar fashion using the
You can find details regarding the Incident datatype using the SOAR REST API reference section, built into QRadar Soar.
- To know more about the properties that can be specified while creating a incident, navigate to SOAR REST API Refernce -> JSON -> FullIncidentDataDTO
- To know more about task related properties. navigate to SOAR REST API Refernce -> JSON -> FullTaskDataDTO
------------------------------
Calvin Wynne
Original Message:
Sent: Thu May 25, 2023 10:04 AM
From: SOAR Engineer
Subject: Assigning task as new child incident to existing incident.
Hi Calvin,
Thanks for your response.
1. When particular task is completed we need to create a new incident(Child) from the existing incident (Parent), mapping between parent and child, also we need to assign specific tasks to the new child incident created.
2. Once the tasks are completed by the analyst/engineer (in child incident) the tasks in the parent incident should continue.
3. Now we are in parent incident, the analyst again he may assign tasks back to analyst in the child incident based on the investigation.
Please suggest how can we achieve this .
------------------------------
SOAR Engineer
Original Message:
Sent: Wed May 24, 2023 12:56 PM
From: Calvin Wynne
Subject: Assigning task as new child incident to existing incident.
Hi,
Although there isn't a straightforward method within the user interface (UI) to accomplish this, you have the option to utilize the application, SOAR Function Utilities for SOAR. By employing the Create Incident function from the SOAR Utilities, you can generate a child Incident from an existing parent Incident. Simply provide the necessary basic details as function inputs for the incident creation process. Upon successful creation, a URL will be provided, which can be saved as a note. For further guidance, please consult the accompanying documentation.
------------------------------
Calvin Wynne
Original Message:
Sent: Wed May 24, 2023 09:55 AM
From: SOAR Engineer
Subject: Assigning task as new child incident to existing incident.
Hi Team,
In IBM SOAR is it possible to create a task (part of incident --> Parent ) as new incident?
The newly created incident needs to mapped as child incident to the parent incident from where the new child incident got created.
Please let me know the steps to achieve the same.
------------------------------
SOAR Engineer
------------------------------