update_change_request
Modify an existing ServiceNow change request by updating fields like state, risk, description, or assignment group to reflect current requirements or progress.
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 |