MCP Azure DevOps Server

by Vortiago
Verified

get_work_item_comments

Retrieve all comments for a specific work item in Azure DevOps using the work item ID. Optional project name parameter for targeted queries. Returns formatted comment data.

Instructions

Get all comments for a work item. Args: id: The work item ID project: Optional project name. If not provided, will be determined from the work item. Returns: Formatted string containing all comments on the work item

Input Schema

NameRequiredDescriptionDefault
idYes
projectNo

Input Schema (JSON Schema)

{ "properties": { "id": { "title": "Id", "type": "integer" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" } }, "required": [ "id" ], "title": "get_work_item_commentsArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Azure DevOps Server

Related Tools

ID: 1t73gvug7p