commonfields: id: SetPhishingCampaignDetails version: -1 name: SetPhishingCampaignDetails script: '' type: python tags: [] comment: |- Copying EmailCampaign context from current incident to other existing incident. This script runs with elevated permissions. Cortex XSOAR recommends using the built-in RBAC functionality to limit access to only those users requiring access to this script. enabled: true args: - name: id default: true required: true description: Incident to set context values in. - name: append auto: PREDEFINED predefined: - 'true' - 'false' description: If false then the context key will be overwritten. If set to true then the script will append to existing context key. defaultValue: 'false' outputs: [] scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 runas: DBotRole fromversion: 6.0.0 tests: - No tests (auto formatted)