Azure DevOps MCP Server

update_work_item

Modifies work items in Azure DevOps by updating fields like title, description, priority, state, assigned user, and area or iteration paths.

Instructions

Update an existing work item

Input Schema

NameRequiredDescriptionDefault
additionalFieldsNoAdditional fields to update on the work item
areaPathNoThe updated area path for the work item
assignedToNoThe email or name of the user to assign the work item to
descriptionNoThe updated description of the work item
iterationPathNoThe updated iteration path for the work item
priorityNoThe updated priority of the work item
stateNoThe updated state of the work item
titleNoThe updated title of the work item
workItemIdYesThe ID of the work item to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "additionalFields": { "additionalProperties": {}, "description": "Additional fields to update on the work item", "type": "object" }, "areaPath": { "description": "The updated area path for the work item", "type": "string" }, "assignedTo": { "description": "The email or name of the user to assign the work item to", "type": "string" }, "description": { "description": "The updated description of the work item", "type": "string" }, "iterationPath": { "description": "The updated iteration path for the work item", "type": "string" }, "priority": { "description": "The updated priority of the work item", "type": "number" }, "state": { "description": "The updated state of the work item", "type": "string" }, "title": { "description": "The updated title of the work item", "type": "string" }, "workItemId": { "description": "The ID of the work item to update", "type": "number" } }, "required": [ "workItemId" ], "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server

Related Tools

ID: vbqbnnzcdd