azure-devops-mcp

by RyanCardin15
Verified

updateWorkItem

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