createWorkItem
Generate a new work item in Azure DevOps by specifying type, title, and optional details like description, assigned user, and iteration path using the azure-devops-mcp server.
Instructions
Create a new work item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additionalFields | No | Additional fields to set on the work item | |
areaPath | No | Area path for the work item | |
assignedTo | No | User to assign the work item to | |
description | No | Description of the work item | |
iterationPath | No | Iteration path for the work item | |
state | No | Initial state of the work item | |
title | Yes | Title of the work item | |
workItemType | Yes | Type of work item to create |