get_sprint_report
Generate a structured sprint report: tasks grouped by assignee, status summary, at-risk flags, unassigned warnings, and optional GitHub PR links.
Instructions
Generate a structured sprint status report.
Returns tasks grouped by assignee with status summary, at-risk flags, unassigned task warnings, and optionally linked GitHub PRs.
Requires DEVELOPMENT_SPACE_ID and SPRINTS_FOLDER_ID to be configured.
Args: team: Filter to a Component/Team label (e.g., "backend", "devops"). If omitted, includes all tasks in the sprint. Requires CLICKUP_TEAM_LABELS to be configured for filtering. include_pr_links: Extract GitHub PR links from task descriptions and comments (default: true). Adds latency for comment fetching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | ||
| include_pr_links | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |