list_issues
Retrieve project issues with filters for state, labels, assignees, authors, and search terms to manage and track development tasks.
Instructions
List issues in a project with optional filters
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (GitLab: "group/project" or ID, GitHub: "owner/repo") | |
| state | No | Filter by state | |
| labels | No | Filter by labels | |
| search | No | Search in title and description | |
| assignee_id | No | Filter by assignee ID | |
| author_id | No | Filter by author ID | |
| sort | No | Sort field | |
| direction | No | Sort direction | |
| page | No | Page number (default: 1) | |
| per_page | No | Items per page (default: 20, max: 100) |