gitee_list_org_issues
List issues in a Gitee organization, applying filters like state, labels, sorting, and date range.
Instructions
List issues in an organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization path | |
| filter | No | assigned, created, mentioned, subscribed, all | |
| state | No | open, closed, all | |
| labels | No | Labels filter | |
| sort | No | Sort field | |
| direction | No | asc or desc | |
| since | No | ISO 8601 date | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |