update_work_item
Update an Azure DevOps work item's title, state, assigned user, description, add comments, or modify arbitrary fields by their reference names.
Instructions
Update an existing work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| state | No | Work item state (optional) | |
| title | No | New title (optional) | |
| fields | No | Arbitrary fields to update. Keys are field reference names (e.g., "Microsoft.VSTS.CMMI.Analysis"), values are the field values. Use discover_fields tool to find available field names. | |
| comment | No | Add a comment (optional) | |
| assigned_to | No | Email or @Me (optional) | |
| description | No | ||
| organization | No | Organization name or URL (optional, uses current org if not specified) |