get_sprint_tasks
Retrieve tasks from the current sprint, optionally filtered by assignee or status, to track and manage sprint work.
Instructions
List tasks in the current sprint, optionally filtered.
Includes tasks directly in the sprint list and tasks tagged for the sprint.
Args: assignee: Filter by assignee. Use "me" for the current user, or a username. status: Filter by status (e.g., "in progress", "done", "todo").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| assignee | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |