azdo_add_comment
Add a comment to an Azure DevOps work item using markdown or HTML format.
Instructions
Add a comment to a work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text (use markdown syntax when format is "markdown", HTML tags when format is "html") | |
| format | No | Comment format: "markdown" or "html" (default: "markdown") | markdown |
| project | Yes | AzDO project name | |
| organization | Yes | AzDO org name | |
| work_item_id | Yes | Work item ID to add comment to |