Update Incident
servicenow_update_incidentUpdate a ServiceNow incident's state, priority, assignment, or any field. Provide resolution code and notes when resolving an incident.
Instructions
Update a ServiceNow incident's state, assignment, priority, or any field.
Args:
identifier (string): Incident number (INC...) or sys_id
state (number): New state — 1=New, 2=In Progress, 3=On Hold, 6=Resolved, 7=Closed
resolution_code (string): Required when resolving (e.g., 'Solved (Permanently)')
resolution_notes (string): Resolution description (required when resolving)
priority (number): New priority (1–5)
assignment_group (string): New group sys_id
assigned_to (string): New assignee sys_id
additional_fields (object): Any other field updates
Returns: Updated incident details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | New state: 1=New, 2=In Progress, 3=On Hold, 6=Resolved, 7=Closed | |
| impact | No | New impact (1–3) | |
| urgency | No | New urgency (1–3) | |
| comments | No | Customer-visible comment to add | |
| priority | No | New priority (1–5) | |
| identifier | Yes | Incident number (INC...) or sys_id | |
| work_notes | No | Work note to add | |
| assigned_to | No | New assignee sys_id | |
| resolution_code | No | Close code when resolving (e.g., 'Solved (Permanently)') | |
| response_format | No | Output format: 'markdown' (default) for human-readable or 'json' for structured data | markdown |
| assignment_group | No | New assignment group sys_id | |
| resolution_notes | No | Resolution notes (required when resolving) | |
| additional_fields | No | Additional field updates |