update_incident
Modify existing ServiceNow incident records by updating specific fields like state or urgency using the incident's system ID.
Instructions
Update fields on an existing incident (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sys_id | Yes | System ID of the incident | |
| fields | Yes | Key-value pairs to update (e.g., {"state": "2", "urgency": "1"}) |