devops_work_item_comment_update
Update an existing comment on a work item with new text, supporting HTML or Markdown format. Keep work item discussions accurate and up-to-date.
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 |