update_change_request
Modify an existing change request in ServiceNow by updating fields such as description, state, risk, impact, category, assignment group, dates, and work notes.
Instructions
Update an existing change request in ServiceNow
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignment_group | No | Group assigned to the change | |
| category | No | Category of the change | |
| change_id | Yes | Change request ID or sys_id | |
| description | No | Detailed description of the change request | |
| end_date | No | Planned end date (YYYY-MM-DD HH:MM:SS) | |
| impact | No | Impact of the change | |
| risk | No | Risk level of the change | |
| short_description | No | Short description of the change request | |
| start_date | No | Planned start date (YYYY-MM-DD HH:MM:SS) | |
| state | No | State of the change request | |
| work_notes | No | Work notes to add to the change request |