azure-devops MCP Server

by mmruesch12
Verified

create_work_item

Generate and manage work items in Azure DevOps by specifying project, type, title, description, and assignee to streamline task tracking and project management.

Instructions

Create a new work item

Input Schema

NameRequiredDescriptionDefault
assignedToNoUser to assign the work item to
descriptionNoDescription of the work item
projectYesName of the Azure DevOps project
titleYesTitle of the work item
typeYesType of work item (e.g., 'Task', 'Bug')

Input Schema (JSON Schema)

{ "properties": { "assignedTo": { "description": "User to assign the work item to", "type": "string" }, "description": { "description": "Description of the work item", "type": "string" }, "project": { "description": "Name of the Azure DevOps project", "type": "string" }, "title": { "description": "Title of the work item", "type": "string" }, "type": { "description": "Type of work item (e.g., 'Task', 'Bug')", "type": "string" } }, "required": [ "project", "type", "title" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops MCP Server

Related Tools

ID: 3obli4updg