azure-devops-mcp

by RyanCardin15
Verified

createWorkItem

Create a new work item

Input Schema

NameRequiredDescriptionDefault
additionalFieldsNoAdditional fields to set on the work item
areaPathNoArea path for the work item
assignedToNoUser to assign the work item to
descriptionNoDescription of the work item
iterationPathNoIteration path for the work item
stateNoInitial state of the work item
titleYesTitle of the work item
workItemTypeYesType of work item to create

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": "Area path for the work item", "type": "string" }, "assignedTo": { "description": "User to assign the work item to", "type": "string" }, "description": { "description": "Description of the work item", "type": "string" }, "iterationPath": { "description": "Iteration path for the work item", "type": "string" }, "state": { "description": "Initial state of the work item", "type": "string" }, "title": { "description": "Title of the work item", "type": "string" }, "workItemType": { "description": "Type of work item to create", "type": "string" } }, "required": [ "workItemType", "title" ], "type": "object" }

You must be authenticated.

Other Tools