Mutations
addProjectCard
Adds a card to a ProjectColumn. Either contentId or note must be provided but not both.
Warning
addProjectCard is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for addProjectCard
input(AddProjectCardInput!)
Return fields for addProjectCard
| Name | Description |
|---|---|
| The edge from the ProjectColumn's card connection. |
| A unique identifier for the client performing the mutation. |
| The ProjectColumn. |
addProjectColumn
Adds a column to a Project.
Warning
addProjectColumn is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for addProjectColumn
input(AddProjectColumnInput!)
Return fields for addProjectColumn
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The edge from the project's column connection. |
| The project. |
cloneProject
Creates a new project by cloning configuration from an existing project.
Warning
cloneProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for cloneProject
input(CloneProjectInput!)
Return fields for cloneProject
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the JobStatus for populating cloned fields. |
| The new cloned project. |
convertProjectCardNoteToIssue
Convert a project note card to one associated with a newly created issue.
Warning
convertProjectCardNoteToIssue is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for convertProjectCardNoteToIssue
Return fields for convertProjectCardNoteToIssue
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated ProjectCard. |
createProject
Creates a new project.
Warning
createProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for createProject
input(CreateProjectInput!)
Return fields for createProject
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new project. |
deleteProject
Deletes a project.
Warning
deleteProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for deleteProject
input(DeleteProjectInput!)
Return fields for deleteProject
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository or organization the project was removed from. |
deleteProjectCard
Deletes a project card.
Warning
deleteProjectCard is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for deleteProjectCard
input(DeleteProjectCardInput!)
Return fields for deleteProjectCard
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The column the deleted card was in. |
| The deleted card ID. |
deleteProjectColumn
Deletes a project column.
Warning
deleteProjectColumn is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for deleteProjectColumn
input(DeleteProjectColumnInput!)
Return fields for deleteProjectColumn
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The deleted column ID. |
| The project the deleted column was in. |
linkRepositoryToProject
Creates a repository link for a project.
Warning
linkRepositoryToProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for linkRepositoryToProject
input(LinkRepositoryToProjectInput!)
Return fields for linkRepositoryToProject
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The linked Project. |
| The linked Repository. |
moveProjectCard
Moves a project card to another place.
Warning
moveProjectCard is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for moveProjectCard
input(MoveProjectCardInput!)
Return fields for moveProjectCard
| Name | Description |
|---|---|
| The new edge of the moved card. |
| A unique identifier for the client performing the mutation. |
moveProjectColumn
Moves a project column to another place.
Warning
moveProjectColumn is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for moveProjectColumn
input(MoveProjectColumnInput!)
Return fields for moveProjectColumn
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new edge of the moved column. |
unlinkRepositoryFromProject
Deletes a repository link from a project.
Warning
unlinkRepositoryFromProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for unlinkRepositoryFromProject
Return fields for unlinkRepositoryFromProject
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The linked Project. |
| The linked Repository. |
updateProject
Updates an existing project.
Warning
updateProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for updateProject
input(UpdateProjectInput!)
Return fields for updateProject
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated project. |
updateProjectCard
Updates an existing project card.
Warning
updateProjectCard is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for updateProjectCard
input(UpdateProjectCardInput!)
Return fields for updateProjectCard
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated ProjectCard. |
updateProjectColumn
Updates an existing project column.
Warning
updateProjectColumn is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Input fields for updateProjectColumn
input(UpdateProjectColumnInput!)
Return fields for updateProjectColumn
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated project column. |
Objects
AddedToProjectEvent
Represents aadded_to_projectevent on a given issue or pull request.
AddedToProjectEvent Implements
Fields for AddedToProjectEvent
| Name | Description |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the AddedToProjectEvent object. |
| Project referenced by event. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Project card referenced by this project event. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Column name referenced by this project event. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
MovedColumnsInProjectEvent
Represents amoved_columns_in_projectevent on a given issue or pull request.
MovedColumnsInProjectEvent Implements
Fields for MovedColumnsInProjectEvent
| Name | Description |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the MovedColumnsInProjectEvent object. |
| Column name the issue or pull request was moved from. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Project referenced by event. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Project card referenced by this project event. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Column name the issue or pull request was moved to. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
Project
Projects manage issues, pull requests and notes within a project owner.
Project Implements
Fields for Project
| Name | Description |
|---|---|
| The project's description body. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The projects description body rendered to HTML. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Indicates if the object is closed (definition of closed may depend on type). |
| Identifies the date and time when the object was closed. |
| List of columns in the project. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the date and time when the object was created. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The actor who originally created the project. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the primary key from the database. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the Project object. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project's name. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project's number. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project's owner. Currently limited to repositories, organizations, and users. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| List of pending cards in this project. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. Arguments for
|
| Project progress details. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP path for this project. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Whether the project is open or closed. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the date and time when the object was last updated. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP URL for this project. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Indicates if the object can be closed by the viewer. |
| Indicates if the object can be reopened by the viewer. |
| Check if the current viewer can update this object. |
ProjectCard
A card in a project.
ProjectCard Implements
Fields for ProjectCard
| Name | Description |
|---|---|
| The project column this card is associated under. A card may only belong to one project column at a time. The column field will be null if the card is created in a pending state and has yet to be associated with a column. Once cards are associated with a column, they will not become pending in the future. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The card content item. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the date and time when the object was created. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The actor who created this card. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the primary key from the database. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the ProjectCard object. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Whether the card is archived. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The card note. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project that contains this card. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP path for this card. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The state of ProjectCard. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the date and time when the object was last updated. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP URL for this card. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
ProjectCardConnection
The connection type for ProjectCard.
Fields for ProjectCardConnection
| Name | Description |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectCardEdge
An edge in a connection.
Fields for ProjectCardEdge
| Name | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectColumn
A column inside a project.
ProjectColumn Implements
Fields for ProjectColumn
| Name | Description |
|---|---|
| List of cards in the column. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. Arguments for
|
| Identifies the date and time when the object was created. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the primary key from the database. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the ProjectColumn object. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project column's name. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project that contains this column. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The semantic purpose of the column. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP path for this project column. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the date and time when the object was last updated. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP URL for this project column. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
ProjectColumnConnection
The connection type for ProjectColumn.
Fields for ProjectColumnConnection
| Name | Description |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectColumnEdge
An edge in a connection.
Fields for ProjectColumnEdge
| Name | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectConnection
A list of projects associated with the owner.
Fields for ProjectConnection
| Name | Description |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectEdge
An edge in a connection.
Fields for ProjectEdge
| Name | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectProgress
Project progress stats.
Fields for ProjectProgress
| Name | Description |
|---|---|
| The number of done cards. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The percentage of done cards. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Whether progress tracking is enabled and cards with purpose exist for this project. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The number of in-progress cards. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The percentage of in-progress cards. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The number of to do cards. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The percentage of to do cards. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
RemovedFromProjectEvent
Represents aremoved_from_projectevent on a given issue or pull request.
RemovedFromProjectEvent Implements
Fields for RemovedFromProjectEvent
| Name | Description |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the RemovedFromProjectEvent object. |
| Project referenced by event. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Column name referenced by this project event. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
Interfaces
ProjectOwner
Represents an owner of a Project.
ProjectOwner is implemented by
Fields for ProjectOwner
| Name | Description |
|---|---|
| The Node ID of the ProjectOwner object. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Find project by number. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. Arguments for
|
| A list of projects under the owner. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. Arguments for
|
| The HTTP path listing owners projects. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP URL listing owners projects. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Can the current viewer create new projects on this owner. Warning
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
Enums
ProjectCardArchivedState
The possible archived states of a project card.
Values for ProjectCardArchivedState
| Name | Description |
|---|---|
ARCHIVED | A project card that is archived. |
NOT_ARCHIVED | A project card that is not archived. |
ProjectCardState
Various content states of a ProjectCard.
Values for ProjectCardState
| Name | Description |
|---|---|
CONTENT_ONLY | The card has content only. |
NOTE_ONLY | The card has a note only. |
REDACTED | The card is redacted. |
ProjectColumnPurpose
The semantic purpose of the column - todo, in progress, or done.
Values for ProjectColumnPurpose
| Name | Description |
|---|---|
DONE | The column contains cards which are complete. |
IN_PROGRESS | The column contains cards which are currently being worked on. |
TODO | The column contains cards still to be worked on. |
ProjectOrderField
Properties by which project connections can be ordered.
Values for ProjectOrderField
| Name | Description |
|---|---|
CREATED_AT | Order projects by creation time. |
NAME | Order projects by name. |
UPDATED_AT | Order projects by update time. |
ProjectState
State of the project; eitheropenor 'closed'.
Values for ProjectState
| Name | Description |
|---|---|
CLOSED | The project is closed. |
OPEN | The project is open. |
ProjectTemplate
GitHub-provided templates for Projects.
Values for ProjectTemplate
| Name | Description |
|---|---|
AUTOMATED_KANBAN_V2 | Create a board with v2 triggers to automatically move cards across To do, In progress and Done columns. |
AUTOMATED_REVIEWS_KANBAN | Create a board with triggers to automatically move cards across columns with review automation. |
BASIC_KANBAN | Create a board with columns for To do, In progress and Done. |
BUG_TRIAGE | Create a board to triage and prioritize bugs with To do, priority, and Done columns. |
Unions
ProjectCardItem
Types that can be inside Project Cards.
Possible types for ProjectCardItem
Input objects
AddProjectCardInput
Autogenerated input type of AddProjectCard.
Input fields for AddProjectCardInput
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The content of the card. Must be a member of the ProjectCardItem union. |
| The note on the card. |
| The Node ID of the ProjectColumn. |
AddProjectColumnInput
Autogenerated input type of AddProjectColumn.
Input fields for AddProjectColumnInput
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The name of the column. |
| The Node ID of the project. |
CloneProjectInput
Autogenerated input type of CloneProject.
Input fields for CloneProjectInput
| Name | Description |
|---|---|
| The description of the project. |
| A unique identifier for the client performing the mutation. |
| Whether or not to clone the source project's workflows. |
| The name of the project. |
| The visibility of the project, defaults to false (private). |
| The source project to clone. |
| The owner ID to create the project under. |
ConvertProjectCardNoteToIssueInput
Autogenerated input type of ConvertProjectCardNoteToIssue.
Input fields for ConvertProjectCardNoteToIssueInput
| Name | Description |
|---|---|
| The body of the newly created issue. |
| A unique identifier for the client performing the mutation. |
| The ProjectCard ID to convert. |
| The ID of the repository to create the issue in. |
| The title of the newly created issue. Defaults to the card's note text. |
CreateProjectInput
Autogenerated input type of CreateProject.
Input fields for CreateProjectInput
| Name | Description |
|---|---|
| The description of project. |
| A unique identifier for the client performing the mutation. |
| The name of project. |
| The owner ID to create the project under. |
| A list of repository IDs to create as linked repositories for the project. |
| The name of the GitHub-provided template. |
DeleteProjectCardInput
Autogenerated input type of DeleteProjectCard.
Input fields for DeleteProjectCardInput
| Name | Description |
|---|---|
| The id of the card to delete. |
| A unique identifier for the client performing the mutation. |
DeleteProjectColumnInput
Autogenerated input type of DeleteProjectColumn.
Input fields for DeleteProjectColumnInput
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the column to delete. |
DeleteProjectInput
Autogenerated input type of DeleteProject.
Input fields for DeleteProjectInput
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The Project ID to update. |
LinkRepositoryToProjectInput
Autogenerated input type of LinkRepositoryToProject.
Input fields for LinkRepositoryToProjectInput
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Project to link to a Repository. |
| The ID of the Repository to link to a Project. |
MoveProjectCardInput
Autogenerated input type of MoveProjectCard.
Input fields for MoveProjectCardInput
| Name | Description |
|---|---|
| Place the new card after the card with this id. Pass null to place it at the top. |
| The id of the card to move. |
| A unique identifier for the client performing the mutation. |
| The id of the column to move it into. |
MoveProjectColumnInput
Autogenerated input type of MoveProjectColumn.
Input fields for MoveProjectColumnInput
| Name | Description |
|---|---|
| Place the new column after the column with this id. Pass null to place it at the front. |
| A unique identifier for the client performing the mutation. |
| The id of the column to move. |
ProjectCardImport
An issue or PR and its owning repository to be used in a project card.
Input fields for ProjectCardImport
| Name | Description |
|---|---|
| The issue or pull request number. |
| Repository name with owner (owner/repository). |
ProjectColumnImport
A project column and a list of its issues and PRs.
Input fields for ProjectColumnImport
| Name | Description |
|---|---|
| The name of the column. |
| A list of issues and pull requests in the column. |
| The position of the column, starting from 0. |
ProjectOrder
Ways in which lists of projects can be ordered upon return.
Input fields for ProjectOrder
| Name | Description |
|---|---|
| The direction in which to order projects by the specified field. |
| The field in which to order projects by. |
UnlinkRepositoryFromProjectInput
Autogenerated input type of UnlinkRepositoryFromProject.
Input fields for UnlinkRepositoryFromProjectInput
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Project linked to the Repository. |
| The ID of the Repository linked to the Project. |
UpdateProjectCardInput
Autogenerated input type of UpdateProjectCard.
Input fields for UpdateProjectCardInput
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| Whether or not the ProjectCard should be archived. |
| The note of ProjectCard. |
| The ProjectCard ID to update. |
UpdateProjectColumnInput
Autogenerated input type of UpdateProjectColumn.
Input fields for UpdateProjectColumnInput
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The name of project column. |
| The ProjectColumn ID to update. |
UpdateProjectInput
Autogenerated input type of UpdateProject.
Input fields for UpdateProjectInput
| Name | Description |
|---|---|
| The description of project. |
| A unique identifier for the client performing the mutation. |
| The name of project. |
| The Project ID to update. |
| Whether the project is public or not. |
| Whether the project is open or closed. |