add_work_item_comment
Add comments to Azure DevOps work items. Specify the work item ID and comment text, with optional project parameter and HTML support.
Instructions
Add a comment to a work item.
Args: project: Azure DevOps project name. Uses default if not specified. work_item_id: The ID of the work item. text: The comment text (supports HTML).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| work_item_id | No | ||
| text | No |