Skip to main content
Glama

DevOps Enhanced MCP

by wangkanai

update-work-item

Modify existing work items in Azure DevOps by updating fields like title, description, state, assignedTo, iterationPath, tags, and parent hierarchy. Streamline task management and ensure accurate tracking across projects.

Instructions

Update an existing work item in Azure DevOps

Input Schema

NameRequiredDescriptionDefault
assignedToNoEmail of the person to assign the work item to
descriptionNoUpdated work item description
fieldsNoGeneric field updates as key-value pairs
idYesWork item ID to update
iterationPathNoIteration path for sprint assignment (e.g., ProjectName\Sprint 1)
parentNoParent work item ID for establishing hierarchy
stateNoUpdated work item state (e.g., Active, Resolved, Closed)
tagsNoSemicolon-separated tags
titleNoUpdated work item title

Input Schema (JSON Schema)

{ "properties": { "assignedTo": { "description": "Email of the person to assign the work item to", "type": "string" }, "description": { "description": "Updated work item description", "type": "string" }, "fields": { "description": "Generic field updates as key-value pairs", "type": "object" }, "id": { "description": "Work item ID to update", "type": "number" }, "iterationPath": { "description": "Iteration path for sprint assignment (e.g., ProjectName\\Sprint 1)", "type": "string" }, "parent": { "description": "Parent work item ID for establishing hierarchy", "type": "number" }, "state": { "description": "Updated work item state (e.g., Active, Resolved, Closed)", "type": "string" }, "tags": { "description": "Semicolon-separated tags", "type": "string" }, "title": { "description": "Updated work item title", "type": "string" } }, "required": [ "id" ], "type": "object" }

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/wangkanai/devops-enhanced-mcp'

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