azure-devops-mcp

by RyanCardin15
Verified

updateWorkItemState

Update the state of a work item

Input Schema

NameRequiredDescriptionDefault
commentNoComment explaining the state change
idYesID of the work item
stateYesNew state for the work item

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comment": { "description": "Comment explaining the state change", "type": "string" }, "id": { "description": "ID of the work item", "type": "number" }, "state": { "description": "New state for the work item", "type": "string" } }, "required": [ "id", "state" ], "type": "object" }

You must be authenticated.

Other Tools