list_request_comments
Retrieve comments on a customer request with filters for public or internal visibility and pagination control.
Instructions
List comments on a customer request with filtering by visibility.
Args: issue_id_or_key: The issue key (e.g. "X000") or numeric issue ID. public: Include public (customer-visible) comments. internal: Include internal (agent-only) comments. start: Pagination offset (0-based). limit: Maximum number of comments to return (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id_or_key | Yes | ||
| public | No | ||
| internal | No | ||
| start | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |