resolve_incident
Resolve an incident by providing its system ID, resolution code, and notes. Marks the incident as resolved with the given details.
Instructions
Resolve an incident with resolution code and notes (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sys_id | Yes | System ID of the incident | |
| resolution_code | Yes | Resolution code (e.g., "Solved (Permanently)") | |
| resolution_notes | Yes | Details of how the incident was resolved |