gitee_list_issue_comments
Retrieve paginated comments for a Gitee issue by specifying repository owner, repo name, and issue number. Supports pagination to efficiently browse comment threads.
Instructions
List comments on an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository path name | |
| number | Yes | Issue number | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |