Add work item comment
add_work_item_commentAdd a discussion comment to any work item, converting plain text to HTML or accepting HTML directly. Returns the new comment ID for reference.
Instructions
Add a discussion comment to a work item. Plain text is converted to HTML; HTML is accepted as-is. Returns the new comment id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item id | |
| text | Yes | Comment text (plain text or HTML). | |
| project | No | Team project name or id. Overrides TFS_DEFAULT_PROJECT. Work items and repos may live in different projects. |