list_issue_comments
Fetch paginated comments on a specific issue, returning comment ID, author, truncated text, and timestamp. Use to read discussion threads without the issue description.
Instructions
List comments on a specific issue with pagination. Returns comment ID, author, truncated text (120 chars), and timestamp. Use get_issue to see the issue description itself — this tool only returns discussion comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based) | |
| size | No | Items per page | |
| owner | Yes | Project owner alias | |
| project | Yes | Project alias | |
| issue_id | Yes | Issue local ID |