ado_update_item
Update work item fields in Azure DevOps—title, state, assignee, description, area path, sprint, story points—to keep project data accurate and current.
Instructions
Update a work item's fields (title, state, assignee, description, area path, sprint, story points)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID | |
| state | No | New state (e.g., 'Active', 'Closed') | |
| title | No | New title | |
| areaPath | No | New area path | |
| assignedTo | No | Assign to email address | |
| description | No | New description | |
| storyPoints | No | Story points (for User Story, Bug) | |
| iterationPath | No | Sprint/iteration path |