update_incident
Modify incident details by specifying the system ID and field updates, enabling real-time adjustments to active records.
Instructions
Update fields on an existing incident (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Key-value pairs to update (e.g., {"state": "2", "urgency": "1"}) | |
| sys_id | Yes | System ID of the incident |