v68

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

List project fields for organization

List all fields for a specific organization-owned project.

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

Path parameters

project_numberinteger required

The project's number.

orgstring required

The organization name. The name is not case sensitive.

Query parameters

per_pageinteger

The number of results per page (max 100). For more information, see "Using pagination in the REST API."

beforestring

A cursor, as given in the Link header. If specified, the query only searches for results before this cursor. For more information, see "Using pagination in the REST API."

afterstring

A cursor, as given in the Link header. If specified, the query only searches for results after this cursor. For more information, see "Using pagination in the REST API."

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"
  }
]