gitee_list_issue_labels
Retrieve all labels attached to a specific issue in a Gitee repository. Specify owner, repo, and issue number to get paginated label details.
Instructions
List labels 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) |