move_work_items_to_sprint
Assign work items to a target sprint by updating their iteration path. Manually specify the work item IDs; child items are not moved automatically.
Instructions
Move work items to a target sprint by updating their iteration path.
Does not auto-include children — callers decide which IDs to move.
Args: project: Azure DevOps project name. work_item_ids: List of work item IDs to move. iteration_path: Target iteration path (e.g. "One\FY26\Q4\2Wk\2Wk22"). working_directory: Optional path for ADO context resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| work_item_ids | Yes | ||
| iteration_path | Yes | ||
| working_directory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |