azure-devops-mcp

by RyanCardin15
Verified

addWorkItemComment

Add a comment to a work item

Input Schema

NameRequiredDescriptionDefault
idYesID of the work item
textYesComment text

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools