Expand description

Project V2 interface representing a GitHub Project.

remarks

Contains comprehensive project metadata including fields configuration.

interface ProjectV2 {
    closed: boolean;
    fields: ProjectV2FieldConfigurationConnection;
    id: string;
    number: number;
    title: string;
}

Properties§

§closed: boolean

Whether the project is closed

§fields: ProjectV2FieldConfigurationConnection

The connection to fields configured in this project

§id: string

The unique identifier of the project

§number: number

The project number within the organization

§title: string

The title of the project