azure-devops-mcp

updateWorkItem

Modify existing work items in Azure DevOps by updating specified fields using the ID of the item. Enables precise and efficient item management through the azure-devops-mcp server.

Instructions

Update an existing work item

Input Schema

NameRequiredDescriptionDefault
fieldsYesFields to update on the work item
idYesID of the work item to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fields": { "additionalProperties": {}, "description": "Fields to update on the work item", "type": "object" }, "id": { "description": "ID of the work item to update", "type": "number" } }, "required": [ "id", "fields" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

ID: z7mxfcinp8