ado_sprints
Manage Azure DevOps sprints: list, create, delete sprints, and assign work items to iterations.
Instructions
Manage sprints/iterations.
Actions:
list: List sprints for configured team (optional: timeframe)
set: Assign work item to sprint (requires: id, sprint)
create: Create a new sprint (requires: name, optional: startDate, finishDate, parent)
delete: Delete a sprint (requires: path, optional: reclassifyId)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Work item ID (for set) | |
| name | No | Name of sprint to create (for create) | |
| path | No | Sprint path to delete (for delete) | |
| action | Yes | Action to perform | |
| parent | No | Parent iteration for nested sprints (for create) | |
| sprint | No | Sprint/iteration path or name (for set) | |
| startDate | No | Start date YYYY-MM-DD (for create) | |
| timeframe | No | Filter by sprint timeframe (for list) | all |
| finishDate | No | End date YYYY-MM-DD (for create) | |
| reclassifyId | No | ID of iteration to move work items to (for delete) |