devops_work_item_comment_list
List comments on a work item, with options to limit the number of returned comments and choose between HTML and Markdown format.
Instructions
List comments on a work item. Returns up to top comments (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_item_id | Yes | The numeric work item ID. | |
| top | No | Maximum number of comments to return. Defaults to 50. | |
| format | No | Response format: 'html' (default) or 'markdown'. | html |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |