get_org_project_item
Get a single item from a GitHub ProjectsV2 project. Provide the organization, project number, and item ID to retrieve that item's details.
Instructions
Get a single item in a GitHub ProjectsV2 project. Docs: https://docs.github.com/en/rest/projects/items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization login. | |
| item_id | Yes | The project item ID. | |
| project_number | Yes | The ProjectsV2 project number (visible in the project URL). |