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