Add the same comment to multiple work items
add_comment_to_work_itemsAdd one comment to multiple work items in a single operation, with per-item results showing comment IDs or errors for each work item.
Instructions
Add one comment text to many work items. The comments API has no batch endpoint, so requests are fanned out with bounded concurrency; per-item results (comment ids / errors) are reported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Work item ids | |
| 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. |