Magidoc

Project
Object

Projects manage issues, pull requests and notes within a project owner.

Fields

#

body

The project's description body.

bodyHTML

Non-null

The projects description body rendered to HTML.

closed

Non-null

Indicates if the object is closed (definition of closed may depend on type)

closedAt

Identifies the date and time when the object was closed.

columns

Non-null

List of columns in the project

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.

id

ID !
Non-null

The Node ID of the Project object

name

Non-null

The project's name.

number

Non-null

The project's number.

owner

Non-null

The project's owner. Currently limited to repositories, organizations, and users.

pendingCards

Non-null

List of pending cards in this project

progress

Non-null

Project progress details.

resourcePath

Non-null

The HTTP path for this project

state

Non-null

Whether the project is open or closed.

updatedAt

Non-null

Identifies the date and time when the object was last updated.

url

Non-null

The HTTP URL for this 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.

Interfaces

#

Also implements Closable , Node , Updatable .

Usages

#

References

#