azure-devops-mcp

by RyanCardin15
Verified

assignWorkItem

Assign a work item to a user

Input Schema

NameRequiredDescriptionDefault
assignedToYesUser to assign the work item to
idYesID of the work item

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignedTo": { "description": "User to assign the work item to", "type": "string" }, "id": { "description": "ID of the work item", "type": "number" } }, "required": [ "id", "assignedTo" ], "type": "object" }

You must be authenticated.

Other Tools