create_document_comments
Add multiple comments to a document in one operation. Supports threaded replies, different text formats, and optional author override.
Instructions
Create one or more comments on a document in a single request.
Reply: set parent_comment_id to a short ID from list_document_comments (None = top-level). '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. | |
| space_id | Yes | Space ID ('_default' = default space). | |
| project_id | Yes | Polarion project ID. | |
| document_name | Yes | Document name within ``space_id``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| created | Yes | ||
| dry_run | Yes | ||
| comment_ids | Yes | ||
| payload_preview | Yes |