github_projects_get_org_item
Retrieve a specific item from an organization project by providing organization, project number, and item ID. Optionally limit response to selected fields.
Instructions
Get an item for an organization owned project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | org | |
| project_number | Yes | project_number | |
| item_id | Yes | item_id | |
| fields | No | Limit results to specific fields, by their IDs. If not specified, the title field will be returned. Example: fields[]=123&fields[]=456&fields[]=789 or fields=123,456,789 |