add_change_task
Add a task to a ServiceNow change request by specifying details such as description, assigned user, and planned dates, ensuring organized and trackable change management.
Instructions
Add a task to a change request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assigned_to | No | User assigned to the task | |
change_id | Yes | Change request ID or sys_id | |
description | No | Detailed description of the task | |
planned_end_date | No | Planned end date (YYYY-MM-DD HH:MM:SS) | |
planned_start_date | No | Planned start date (YYYY-MM-DD HH:MM:SS) | |
short_description | Yes | Short description of the task |