New projects that manage issues, pull requests and drafts using tables and boards.
closed
Non-null
Returns true if the project is closed.
closedAt
Identifies the date and time when the object was closed.
createdAt
Non-null
Identifies the date and time when the object was created.
creator
The actor who originally created the project.
databaseId
Identifies the primary key from the database.
field
A field of the project
fields
Non-null
List of fields and their constraints in the project
id
Non-null
The Node ID of the ProjectV2 object
items
Non-null
List of items in the project
number
Non-null
The project's number.
owner
Non-null
The project's owner. Currently limited to organizations and users.
public
Non-null
Returns true if the project is public.
readme
The project's readme.
repositories
Non-null
The repositories the project is linked to.
resourcePath
Non-null
The HTTP path for this project
shortDescription
The project's short description.
statusUpdates
Non-null
List of the status updates in the project.
teams
Non-null
The teams the project is linked to.
template
Non-null
Returns true if this project is a template.
title
Non-null
The project's name.
updatedAt
Non-null
Identifies the date and time when the object was last updated.
url
Non-null
The HTTP URL for this project
view
A view of the project
viewerCanClose
Non-null
Indicates if the object can be closed by the viewer.
viewerCanReopen
Non-null
Indicates if the object can be reopened by the viewer.
viewerCanUpdate
Non-null
Check if the current viewer can update this object.
views
Non-null
List of views in the project
workflow
A workflow of the project
workflows
Non-null
List of the workflows in the project
Also implements Closable , Node , Updatable .