gitea_list_issues
Retrieve and filter issues from a Gitea repository with pagination support. Use this tool to manage and track repository issues through state, labels, or search queries.
Instructions
[UNIFIED] List issues in a Gitea repository with filters. Returns paginated list of issues.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| owner | Yes | ||
| repo | Yes | ||
| state | No | open | |
| labels | No | ||
| q | No | ||
| page | No | ||
| limit | No |