project_list_items
Retrieve all items from a GitHub Project V2 with their status and metadata. Filter results by status or priority to focus on specific tasks.
Instructions
List all items in a GitHub Project V2 with status and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub username or organization | |
| projectNumber | Yes | GitHub Project V2 number | |
| statusFilter | No | Filter by status name (optional) | |
| priorityFilter | No | Filter by priority (optional) |