gitee_list_user_issues
Retrieve issues assigned to the authenticated user with support for filtering by state, labels, sort order, and pagination.
Instructions
List issues assigned to 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) |