work_assign_iterations
Assign existing iterations to a specific team in an Azure DevOps project, using the project name/ID, team name/ID, and iteration details to streamline iteration management.
Instructions
Assign existing iterations to a specific team in a project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
iterations | Yes | An array of iterations to assign. Each iteration must have an identifier and a path. | |
project | Yes | The name or ID of the Azure DevOps project. | |
team | Yes | The name or ID of the Azure DevOps team. |