update_incident
Update ServiceNow incident fields and add internal work notes for triage, reassignment, and re-prioritization. Resolve incidents separately.
Instructions
Modify an existing incident's fields and/or add an INTERNAL work note.
Work notes are visible to IT staff only. Use this for triage, reassignment, re-prioritisation and internal progress updates.
Args: number: incident number to update. state: New, In Progress, On Hold. Do NOT use this to resolve or close. assigned_to: engineer name; must be a known user. assignment_group: group name; must be a known group. impact / urgency: 1, 2 or 3. Changing either recalculates priority. category, cmdb_ci, short_description: corrected field values. work_note: internal note appended to the work notes journal.
Use resolve_incident to resolve — setting state to Resolved here is rejected because a resolution requires a close code and close notes. Use add_incident_comment when the text should be visible to the caller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| impact | No | ||
| number | Yes | ||
| cmdb_ci | No | ||
| urgency | No | ||
| category | No | ||
| work_note | No | ||
| assigned_to | No | ||
| assignment_group | No | ||
| short_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |