get_iteration_work_items
Retrieve work items for a specific sprint or iteration path in Azure DevOps to support sprint planning and progress tracking.
Instructions
Get all work items for a specific iteration/sprint path. Faster than query_work_items for sprint planning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iterationPath | Yes | Full iteration path (e.g., "MyProject\Sprint 1" or "MyProject\2024\Q1\Sprint 1") | |
| type | No | Filter by work item type (e.g., User Story, Task, Bug) | |
| state | No | Filter by state (e.g., Active, Closed) | |
| top | No | Max items to return (default: all) |