wit_get_work_items_for_iteration
Retrieve work items for a specific iteration in Azure DevOps using project and iteration IDs. Facilitates tracking and management of tasks within defined development cycles.
Instructions
Retrieve a list of work items for a specified iteration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iterationId | Yes | The ID of the iteration to retrieve work items for. | |
| project | Yes | The name or ID of the Azure DevOps project. | |
| team | No | The name or ID of the Azure DevOps team. If not provided, the default team will be used. |