get_sprint_work_items
Retrieve all work items in a sprint with details like type, title, state, assignee, and effort. Use to view sprint content, track progress, or answer questions about sprint board items.
Instructions
Get all work items (PBIs, Tasks, Bugs) in a sprint with full details.
USE THIS TOOL when the user asks 'what's in the sprint?', 'sprint board', 'who's working on what?', 'sprint details', or wants to see sprint content.
Shows each work item with type, title, state, assigned person, effort/story points. Groups items by type (PBI, Task, Bug) with totals.
Args: iteration_path: Full iteration path (e.g. 'Activate\Sprint 23 Q4 FY26'). If omitted, uses the current sprint automatically. project: Project name (default from config). team: Team name (default from config).
Returns all work items grouped by type with assignee, state, effort, and priority. Use get_work_item_details(work_item_id=...) for full details of any item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iteration_path | No | ||
| project | No | ||
| team | No |