v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
projects

Get project field for organization

Get a specific field for an organization-owned project.

get/orgs/{org}/projectsV2/{project_number}/fields/{field_id}

Path parameters

project_numberinteger required

The project's number.

field_idinteger required

The unique identifier of the field.

orgstring required

The organization name. The name is not case sensitive.

Response

Response

idinteger required

The unique identifier of the field.

issue_field_idinteger

The ID of the issue field.

node_idstring

The node ID of the field.

project_urlstring required

The API URL of the project that contains the field.

namestring required

The name of the field.

data_type'assignees' | 'linked_pull_requests' | 'reviewers' | 'labels' | 'milestone' | 'repository' | 'title' | 'text' | 'single_select' | 'number' | 'date' | 'iteration' | 'issue_type' | 'parent_issue' | 'sub_issues_progress' required

The field's data type.

created_atstring date-time required

The time when the field was created.

updated_atstring date-time required

The time when the field was last updated.

Example response

{
  "project_url": "https://api.github.com/projects/1",
  "created_at": "2022-04-28T12:00:00Z",
  "updated_at": "2022-04-28T12:00:00Z"
}