commonfields: id: GetByIncidentId version: -1 name: GetByIncidentId script: '-' type: python subtype: python3 tags: [] comment: Gets a value from the specified incident's context. enabled: true args: - name: incident_id default: true description: The ID of the incident from which to get context values. The default is the current incident. - name: get_key required: true description: The key to get. - name: set_key description: The key to set. The default is "get_key". scripttarget: 0 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole tests: - No test - tested with unittest fromversion: 5.0.0