azdo_update_comment
Updates a specific comment on a work item in Azure DevOps Boards using the comment ID and new text.
Instructions
Update a comment on a work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Updated 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 | |
| comment_id | Yes | Comment ID to update | |
| organization | Yes | AzDO org name | |
| work_item_id | Yes | Work item ID the comment belongs to |