update-work-item
Modify existing Azure DevOps work items by updating fields like title, description, state, assignee, or parent relationships to track project progress.
Instructions
Update an existing work item in Azure DevOps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID to update | |
| title | No | Updated work item title | |
| description | No | Updated work item description | |
| state | No | Updated work item state (e.g., Active, Resolved, Closed) | |
| assignedTo | No | Email of the person to assign the work item to | |
| parent | No | Parent work item ID for establishing hierarchy | |
| iterationPath | No | Iteration path for sprint assignment (e.g., ProjectName\Sprint 1) | |
| tags | No | Semicolon-separated tags | |
| fields | No | Generic field updates as key-value pairs |