list_project_v2_items
Retrieve items from a GitHub Project V2, including issues, pull requests, and draft items, to track project progress and manage tasks.
Instructions
List items in a Project V2 (issues, PRs, and draft items).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Organization or username | |
| project_number | Yes | Project number | |
| owner_type | No | Owner type (organization, user) | organization |
| first | No | Number of items to return (max 100) |