Add work item comment
add_work_item_commentAdd a Markdown or HTML comment to an Azure Boards work item to provide updates or feedback. Requires confirmation to proceed.
Instructions
Add a Markdown or HTML comment to an Azure Boards work item. Requires write tools and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Work item comment body. | |
| format | No | Comment format; defaults to markdown. | |
| confirm | Yes | Must be true to perform the mutation. | |
| project | No | Project name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT. | |
| workItemId | Yes | Work item numeric ID. |