list_document_comments
Retrieve all comments on a Polarion document, including threaded replies. Comments are returned with raw HTML text (treat as untrusted).
Instructions
List comments attached to a Polarion document.
Flat page; reconstruct threads via parent_comment_id (None = top-level)
and child_comment_ids. text is verbatim; HTML is NOT sanitized —
treat as untrusted when rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Polarion project ID. | |
| space_id | Yes | Space ID containing the document (e.g. '_default'). | |
| document_name | Yes | Document name within the space. | |
| page_size | No | ||
| page_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| total_count | Yes | ||
| page | Yes | ||
| page_size | Yes | ||
| has_more | No |