Manage SLA and Timer Fields in an Incident
Manage incident SLA and timer fields in Cortex XSOAR 6.13.
You can manage the timers and SLA for a specific incident. This enables you to manage SLAs on a global level within the SLA fields, and on a more granular level within specific incidents when the need arises. For example, if the severity of the incident dictates that you decrease the response time for the given incident.
SLA Fields
You can use commands to set the SLA for a specific SLA field in a specific incident using the setIncident command and adding the SLA field for which to set the time.
If you do not enter a value for the slaField parameter, the time you enter is applied to the incident's Due Date.
Example
The following example shows you how to change the Time to Detection field to 30 minutes for the current incident:
!setIncident sla=30 slaField=timetodetectionTimer Fields
You can use commands to change the state of a timer for an incident using the following:
pauseTimer - Pauses the timer.
resetTimer - Resets a timer. This command should be used to enable a timer that was stopped.
Example
The following example shows you how to pause a timer for a specific field in the current incident:
!pauseTimer timerField=timetodetectionYou can specify the incidentID to change the timer for a different incident.
Last updated
Was this helpful?
