Skip to main content
Glama

DevOps Enhanced MCP

by wangkanai

create-work-item

Create new work items in Azure DevOps with specified type, title, description, assignee, tags, parent ID, iteration path, and state. Automatically integrates with multiple Azure DevOps organizations and projects.

Instructions

Create a new work item in Azure DevOps

Input Schema

NameRequiredDescriptionDefault
assignedToNoEmail of the person to assign the work item to
descriptionNoWork item description
iterationPathNoIteration path for sprint assignment (e.g., ProjectName\Sprint 1)
parentNoParent work item ID for establishing hierarchy during creation
stateNoInitial work item state (e.g., New, Active)
tagsNoSemicolon-separated tags
titleYesWork item title
typeYesWork item type (e.g., Task, Bug, User Story)

Input Schema (JSON Schema)

{ "properties": { "assignedTo": { "description": "Email of the person to assign the work item to", "type": "string" }, "description": { "description": "Work item description", "type": "string" }, "iterationPath": { "description": "Iteration path for sprint assignment (e.g., ProjectName\\Sprint 1)", "type": "string" }, "parent": { "description": "Parent work item ID for establishing hierarchy during creation", "type": "number" }, "state": { "description": "Initial work item state (e.g., New, Active)", "type": "string" }, "tags": { "description": "Semicolon-separated tags", "type": "string" }, "title": { "description": "Work item title", "type": "string" }, "type": { "description": "Work item type (e.g., Task, Bug, User Story)", "type": "string" } }, "required": [ "type", "title" ], "type": "object" }
Install Server

Other Tools from DevOps Enhanced 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/wangkanai/devops-enhanced-mcp'

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