update_scrum_task
Modify Scrum task details in ServiceNow to track progress, update assignments, or adjust priorities during agile development cycles.
Instructions
Update an existing scrum task in ServiceNow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scrum_task_id | Yes | Scrum Task ID or sys_id | |
| short_description | No | Short description of the scrum task | |
| priority | No | Priority of scrum task (1 is Critical, 2 is High, 3 is Moderate, 4 is Low) | |
| planned_hours | No | Planned hours for the scrum task | |
| remaining_hours | No | Remaining hours for the scrum task | |
| hours | No | Actual Hours for the scrum task | |
| description | No | Detailed description of the scrum task | |
| type | No | Type of scrum task (1 is Analysis, 2 is Coding, 3 is Documentation, 4 is Testing) | |
| state | No | State of scrum task (-6 is Draft,1 is Ready, 2 is Work in progress, 3 is Complete, 4 is Cancelled) | |
| assignment_group | No | Group assigned to the scrum task | |
| assigned_to | No | User assigned to the scrum task | |
| work_notes | No | Work notes to add to the scrum task |