create_scrum_task
Creates a scrum task as a sub-task of a story. Requires task title and parent story sys_id; assignee is optional.
Instructions
Create a scrum task (sub-task of a story) (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_description | Yes | Task title | |
| story_sys_id | No | Parent story sys_id | |
| assigned_to | No | Assignee user_name or sys_id |