Github List Project Items
github_list_project_itemsList project board items with field values to review a backlog by status, using cursor pagination to fetch all cards across pages.
Instructions
Lists what is on a project board with each card's field values, so a backlog can be read by Status rather than one issue at a time. A board is a GraphQL connection, which pages by cursor rather than page number, so pass next_cursor back as after until has_more comes back false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | next_cursor from a previous call, to read the following page | |
| per_page | No | Number of items per page (1-100) | |
| project_owner | Yes | ||
| project_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||