update_incident
Update an existing ServiceNow incident by specifying its system ID and the fields to change as key-value pairs.
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 |