list_project_items
List all items in a public GitHub Projects v2 board, including status, custom field values, and metadata. Works for org-owned and user-owned projects without requiring authentication.
Instructions
List all items (issues/PRs/draft issues) in a public GitHub Projects (v2) board, including their status, custom field values, and other metadata. For org-owned projects this uses GitHub's official REST API. For user-owned projects, GitHub's official API requires authentication even for public projects, so this falls back to reading the public board page's embedded data — an unofficial method that could break if GitHub changes its page structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub username or organization name that owns the project | |
| ownerType | Yes | Whether the project is owned by a personal GitHub user account or an organization | |
| projectNumber | Yes | The project number, e.g. 4 for .../projects/4 |