list_issues
Retrieve and filter issues from GitHub repositories to track bugs, feature requests, and tasks using state, labels, assignee, and sorting options.
Instructions
List issues in a repository.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| state | No | Issue state (open, closed, all) | open |
| labels | No | Comma-separated label names | |
| assignee | No | Filter by assignee username | |
| sort | No | Sort by (created, updated, comments) | created |
| direction | No | Sort direction (asc, desc) | desc |
| per_page | No | Results per page (max 100) | |
| page | No | Page number |