args: - description: Incident ID of the first incident. name: incident_id_1 required: true - description: Incident ID of the second incident. name: incident_id_2 required: true comment: |- Compares the labels of two incidents. Returns the labels that are unique to each incident. This automation runs using the default Limited User role, unless you explicitly change the permissions. For more information, see the section about permissions here: - For Cortex XSOAR 6 see https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.x/Cortex-XSOAR-Playbook-Design-Guide/Automations - For Cortex XSOAR 8 Cloud see https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8/Cortex-XSOAR-Cloud-Documentation/Create-a-script - For Cortex XSOAR 8.7 On-prem see https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8.7/Cortex-XSOAR-On-prem-Documentation/Create-a-script commonfields: id: CompareIncidentsLabels version: -1 enabled: true name: CompareIncidentsLabels script: '-' tags: - incidents timeout: '0' type: python subtype: python3 fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - CompareIncidentsLabels-test-playbook