create_work_item_comments
Add one or more comments to a Polarion work item, supporting threading, titles, and HTML formatting. Specify project and work item ID.
Instructions
Create one or more comments on a work item in a single request.
Reply: set parent_comment_id to a short ID from list_work_item_comments (None = top-level). Optional title sets the comment heading. 'text/html' text is sent unsanitized; omit author_id for the token's user. NOT idempotent — a retry duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview payload without calling Polarion. | |
| comments | Yes | Comments to create in one request. | |
| project_id | Yes | Polarion project ID. | |
| work_item_id | Yes | Work item ID, e.g. 'MCPT-001'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| created | Yes | ||
| dry_run | Yes | ||
| comment_ids | Yes | ||
| payload_preview | Yes |