StopTimeToAssignOnOwnerChange

Stops the "Time To Assign" timer if the owner of the incident was changed.

python · Common Scripts

Details

IDStopTimeToAssignOnOwnerChange
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
Tagsfield-change-triggered example

README

Stops the “Time To Assign” timer if the owner of the incident was changed.

Script Data


Name Description
Script Type python2
Tags field-change-triggered, example
Cortex XSOAR Version 5.0.0

Inputs


Argument Name Description
old The old value of the changed field
new The new value of the changed field

Outputs


There are no outputs for this script.

fromversion: 5.0.0
commonfields:
  id: StopTimeToAssignOnOwnerChange
  version: -1
name: StopTimeToAssignOnOwnerChange
script: ''
type: python
subtype: python3
tags:
- field-change-triggered
- example
comment: Stops the "Time To Assign" timer if the owner of the incident was changed.
enabled: true
args:
- name: old
  description: The old value of the changed field.
- name: new
  description: The new value of the changed field.
scripttarget: 0
runas: DBotWeakRole
marketplaces:
- xsoar
tests:
- SLA Scripts - Test
dockerimage: demisto/python3:3.12.13.10404775