ado_comments
Add or list comments on Azure DevOps work items with markdown support for formatting.
Instructions
Manage work item comments.
Actions:
add: Add comment to work item (requires: id, text)
list: List comments on work item (requires: id, optional: limit)
Markdown Support: Azure DevOps comments support full markdown formatting including bold, italic, code, lists, headers, links, and code blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID | |
| text | No | Comment text with markdown support (for add) | |
| limit | No | Max comments to return (for list) | |
| action | Yes | Action to perform |