ado_workitems_update
Update work item fields (state, title, assignee, tags) by ID. Provide field names and new values to modify any Azure DevOps work item.
Instructions
Update fields on an existing work item. Pass the work item ID and a map of field names to new values. Common fields: System.State, System.AssignedTo, System.Title, System.Tags, Microsoft.VSTS.Common.Priority. Requires vso.work_write PAT scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID | |
| fields | Yes | Fields to update as key-value pairs. Keys are field reference names like 'System.State'. | |
| project | No | Project scope (optional) |