get_sprint_tasks
Retrieve tasks from a sprint list, including status, assignees, and dates. Use to review sprint scope or progress. Optionally include closed tasks and subtasks.
Instructions
Get the tasks of a sprint, i.e. the tasks contained in the sprint's List. Returns the task list with status, assignees and dates. Use to review sprint scope or progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprint_list_id | Yes | ID of the sprint List (from `list_sprints` or `get_active_sprint`). | |
| include_closed | No | If true, also include closed/done tasks. Defaults to false (open tasks only). | |
| subtasks | No | If true, include subtasks in the result. |