devops_work_item_comment_add
Add comments to Azure DevOps work items. Specify the work item ID and text, with optional format (HTML or markdown).
Instructions
Add a comment to a work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_item_id | Yes | The numeric work item ID. | |
| text | Yes | The comment text (Html or Markdown depending on format). | |
| format | No | Format of the comment text: 'html' (default) or 'markdown'. | html |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |