devops_work_item_comment_update
Update a comment on an Azure DevOps work item by providing its ID, the comment ID, and new text. Supports HTML and Markdown formats.
Instructions
Update an existing comment on a work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_item_id | Yes | The numeric work item ID. | |
| comment_id | Yes | The numeric ID of the comment to update. | |
| text | Yes | The updated comment text. | |
| format | No | Format of the comment text: 'html' (default) or 'markdown'. | html |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |