ado_add_work_item_comment
Add a comment to an Azure DevOps work item. Provide the work item ID and comment text to attach notes, updates, or feedback directly.
Instructions
Add a comment to a work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID | |
| text | Yes | Comment text (markdown/HTML) | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) |