gitee_list_issues
List issues for the authenticated Gitee user with filters for state, labels, assignment, and sort order.
Instructions
List issues for the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | assigned, created, mentioned, subscribed, all | |
| state | No | open, closed, all | |
| labels | No | Comma-separated label names | |
| sort | No | created, updated, comments | |
| direction | No | asc or desc | |
| since | No | ISO 8601 date | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |