Skip to main content
Glama

Azure DevOps MCP Server for Cline

update_work_item

Modify existing work items in Azure DevOps by applying JSON patch operations. Specify operations like add, remove, or replace to update fields efficiently.

Instructions

Update an existing work item using JSON patch operations

Input Schema

NameRequiredDescriptionDefault
documentYesArray of JSON patch operations to apply
idYesID of the work item to update

Input Schema (JSON Schema)

{ "properties": { "document": { "description": "Array of JSON patch operations to apply", "items": { "properties": { "op": { "description": "The patch operation to perform", "enum": [ "add", "remove", "replace", "move", "copy", "test" ], "type": "string" }, "path": { "description": "The path for the operation (e.g., /fields/System.Title)", "type": "string" }, "value": { "description": "The value for the operation" } }, "required": [ "op", "path" ], "type": "object" }, "type": "array" }, "id": { "description": "ID of the work item to update", "type": "number" } }, "required": [ "id", "document" ], "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server for Cline

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stefanskiasan/azure-devops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server