ado_update
Update an existing Azure DevOps work item by ID, modifying titles, states, priorities, assignees, tags, and custom fields.
Instructions
Update an existing work item in Azure DevOps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | New area path | |
| tags | No | Semicolon-separated tags | |
| state | No | New state | |
| title | No | New title | |
| fields | No | Additional ADO fields as key-value pairs | |
| reason | No | Reason (e.g. for closing) | |
| priority | No | Priority (1=highest) | |
| iteration | No | New iteration path | |
| assigned_to | No | New assignee email or display name | |
| description | No | New description (HTML) | |
| story_points | No | Story points | |
| work_item_id | Yes | Work item ID to update | |
| acceptance_criteria | No | New acceptance criteria (HTML) |