Get project field for organization
Get a specific field for an organization-owned project.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”The project’s number.
The unique identifier of the field.
The organization name. The name is not case sensitive.
Responses
Section titled “ Responses ”Response
A field inside a projects v2 project
object
The unique identifier of the field.
The ID of the issue field.
The node ID of the field.
The API URL of the project that contains the field.
The name of the field.
The field’s data type.
The options available for single select fields.
An option for a single select field
object
The unique identifier of the option.
The display name of the option, in raw text and HTML formats.
object
The description of the option, in raw text and HTML formats.
object
The color associated with the option.
Configuration for iteration fields.
object
The day of the week when the iteration starts.
The duration of the iteration in days.
An iteration setting for an iteration field
object
The unique identifier of the iteration setting.
The start date of the iteration.
The duration of the iteration in days.
The iteration title, in raw text and HTML formats.
object
Whether the iteration has been completed.
The time when the field was created.
The time when the field was last updated.
Examples
{ "id": 12345, "node_id": "PVTF_lADOABCD1234567890", "name": "Priority", "data_type": "single_select", "project_url": "https://api.github.com/projects/67890", "options": [ { "id": "option_1", "name": { "html": "Low", "raw": "Low" }, "color": "GREEN", "description": { "html": "Low priority items", "raw": "Low priority items" } }, { "id": "option_2", "name": { "html": "Medium", "raw": "Medium" }, "color": "YELLOW", "description": { "html": "Medium priority items", "raw": "Medium priority items" } }, { "id": "option_3", "name": { "html": "High", "raw": "High" }, "color": "RED", "description": { "html": "High priority items", "raw": "High priority items" } } ], "created_at": "2022-04-28T12:00:00Z", "updated_at": "2022-04-28T12:00:00Z"}Headers
Section titled “ Headers ”Example
<https://api.github.com/resource?page=2>; rel="next", <https://api.github.com/resource?page=5>; rel="last"Not modified
Requires authentication
Basic Error
object
Example generated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}Forbidden
Basic Error
object
Example generated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}