update_work_item
Update an existing Azure DevOps work item: modify title, description, assignee, area, iteration, priority, state, or custom fields.
Instructions
Update an existing work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workItemId | Yes | The ID of the work item to update | |
| title | No | The updated title of the work item | |
| description | No | Work item description in HTML format. Multi-line text fields (i.e., System.History, AcceptanceCriteria, etc.) must use HTML format. Do not use CDATA tags. | |
| assignedTo | No | The email or name of the user to assign the work item to | |
| areaPath | No | The updated area path for the work item | |
| iterationPath | No | The updated iteration path for the work item | |
| priority | No | The updated priority of the work item | |
| state | No | The updated state of the work item | |
| additionalFields | No | Additional fields to update on the work item. Multi-line text fields (i.e., System.History, AcceptanceCriteria, etc.) must use HTML format. Do not use CDATA tags. |