list_project_items
Retrieve all items, including issues, pull requests, and draft issues, from a GitHub Project V2. Use pagination to manage large result sets.
Instructions
List all items (issues, pull requests, draft issues) in a GitHub Project V2
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The global ID of the project | |
| first | No | Number of items to return (default: 20, max: 100) | |
| after | No | Cursor for pagination |