Skip to main content
Glama

azure-devops-mcp

updateWorkItemState

Modify the state of a work item in Azure DevOps by providing the work item ID and the new state. Optionally, include a comment to explain the state change. Streamline workflow management with this API tool.

Instructions

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" }
Install Server

Other Tools from azure-devops-mcp

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/RyanCardin15/AzureDevOps-MCP'

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