update_change_request
Modify existing change requests in ServiceNow by updating details such as state, description, risk, impact, start date, and assignment group to ensure accurate tracking and management.
Instructions
Update an existing change request in ServiceNow
Input 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 |