wit_add_work_item_comment
Add comments to Azure DevOps work items using ID, specifying text and format (markdown or HTML) for efficient task collaboration and updates.
Instructions
Add comment to a work item by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment | Yes | The text of the comment to add to the work item. | |
format | No | html | |
project | Yes | The name or ID of the Azure DevOps project. | |
workItemId | Yes | The ID of the work item to add a comment to. |