Azure DevOps MCP Server

create_work_item

Generate and manage new work items in Azure DevOps by specifying project ID, type, title, and optional fields like description, priority, and assignee. Streamline task creation and organization.

Instructions

Create a new work item

Input Schema

NameRequiredDescriptionDefault
additionalFieldsNoAdditional fields to set on the work item
areaPathNoThe area path for the work item
assignedToNoThe email or name of the user to assign the work item to
descriptionNoThe description of the work item
iterationPathNoThe iteration path for the work item
parentIdNoThe ID of the parent work item to create a relationship with
priorityNoThe priority of the work item
projectIdYesThe ID or name of the project
titleYesThe title of the work item
workItemTypeYesThe type of work item to create (e.g., "Task", "Bug", "User Story")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "additionalFields": { "additionalProperties": {}, "description": "Additional fields to set on the work item", "type": "object" }, "areaPath": { "description": "The area path for the work item", "type": "string" }, "assignedTo": { "description": "The email or name of the user to assign the work item to", "type": "string" }, "description": { "description": "The description of the work item", "type": "string" }, "iterationPath": { "description": "The iteration path for the work item", "type": "string" }, "parentId": { "description": "The ID of the parent work item to create a relationship with", "type": "number" }, "priority": { "description": "The priority of the work item", "type": "number" }, "projectId": { "description": "The ID or name of the project", "type": "string" }, "title": { "description": "The title of the work item", "type": "string" }, "workItemType": { "description": "The type of work item to create (e.g., \"Task\", \"Bug\", \"User Story\")", "type": "string" } }, "required": [ "projectId", "workItemType", "title" ], "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server

Related Tools

ID: vbqbnnzcdd