Mutations
addProjectCard
Adds a card to a ProjectColumn. Either contentId or note must be provided but not both.
Avertissement
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.
Champs d’entrée pour addProjectCard
input(AddProjectCardInput!)
Champs de retour pour addProjectCard
| Nom | 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.
Avertissement
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.
Champs d’entrée pour addProjectColumn
input(AddProjectColumnInput!)
Champs de retour pour addProjectColumn
| Nom | 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.
Avertissement
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.
Champs d’entrée pour cloneProject
input(CloneProjectInput!)
Champs de retour pour cloneProject
| Nom | 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.
Avertissement
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.
Champs d’entrée pour convertProjectCardNoteToIssue
Champs de retour pour convertProjectCardNoteToIssue
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated ProjectCard. |
createProject
Creates a new project.
Avertissement
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.
Champs d’entrée pour createProject
input(CreateProjectInput!)
Champs de retour pour createProject
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new project. |
deleteProject
Deletes a project.
Avertissement
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.
Champs d’entrée pour deleteProject
input(DeleteProjectInput!)
Champs de retour pour deleteProject
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository or organization the project was removed from. |
deleteProjectCard
Deletes a project card.
Avertissement
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.
Champs d’entrée pour deleteProjectCard
input(DeleteProjectCardInput!)
Champs de retour pour deleteProjectCard
| Nom | 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.
Avertissement
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.
Champs d’entrée pour deleteProjectColumn
input(DeleteProjectColumnInput!)
Champs de retour pour deleteProjectColumn
| Nom | 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.
Avertissement
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.
Champs d’entrée pour linkRepositoryToProject
input(LinkRepositoryToProjectInput!)
Champs de retour pour linkRepositoryToProject
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The linked Project. |
| The linked Repository. |
moveProjectCard
Moves a project card to another place.
Avertissement
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.
Champs d’entrée pour moveProjectCard
input(MoveProjectCardInput!)
Champs de retour pour moveProjectCard
| Nom | 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.
Avertissement
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.
Champs d’entrée pour moveProjectColumn
input(MoveProjectColumnInput!)
Champs de retour pour moveProjectColumn
| Nom | 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.
Avertissement
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.
Champs d’entrée pour unlinkRepositoryFromProject
Champs de retour pour unlinkRepositoryFromProject
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The linked Project. |
| The linked Repository. |
updateProject
Updates an existing project.
Avertissement
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.
Champs d’entrée pour updateProject
input(UpdateProjectInput!)
Champs de retour pour updateProject
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated project. |
updateProjectCard
Updates an existing project card.
Avertissement
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.
Champs d’entrée pour updateProjectCard
input(UpdateProjectCardInput!)
Champs de retour pour updateProjectCard
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated ProjectCard. |
updateProjectColumn
Updates an existing project column.
Avertissement
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.
Champs d’entrée pour updateProjectColumn
input(UpdateProjectColumnInput!)
Champs de retour pour updateProjectColumn
| Nom | 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 Met en œuvre
Champs pour AddedToProjectEvent
| Nom | 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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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 Met en œuvre
Champs pour MovedColumnsInProjectEvent
| Nom | 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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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 Met en œuvre
Champs pour Project
| Nom | Description |
|---|---|
| The project's description body. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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 pour
|
| Project progress details. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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 Met en œuvre
Champs pour ProjectCard
| Nom | 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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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.
Champs pour ProjectCardConnection
| Nom | 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.
Champs pour ProjectCardEdge
| Nom | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectColumn
A column inside a project.
ProjectColumn Met en œuvre
Champs pour ProjectColumn
| Nom | Description |
|---|---|
| List of cards in the column. Avertissement
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 pour
|
| Identifies the date and time when the object was created. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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.
Champs pour ProjectColumnConnection
| Nom | 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.
Champs pour ProjectColumnEdge
| Nom | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectConnection
A list of projects associated with the owner.
Champs pour ProjectConnection
| Nom | 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.
Champs pour ProjectEdge
| Nom | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectProgress
Project progress stats.
Champs pour ProjectProgress
| Nom | Description |
|---|---|
| The number of done cards. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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. Avertissement
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 Met en œuvre
Champs pour RemovedFromProjectEvent
| Nom | 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. Avertissement
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. Avertissement
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. Avertissement
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 est implémenté par
Champs pour ProjectOwner
| Nom | Description |
|---|---|
| The Node ID of the ProjectOwner object. Avertissement
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. Avertissement
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 pour
|
| A list of projects under the owner. Avertissement
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 pour
|
| The HTTP path listing owners projects. Avertissement
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. Avertissement
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. Avertissement
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.
Valeurs pour ProjectCardArchivedState.
| Nom | Description |
|---|---|
ARCHIVED | A project card that is archived. |
NOT_ARCHIVED | A project card that is not archived. |
ProjectCardState
Various content states of a ProjectCard.
Valeurs pour ProjectCardState.
| Nom | 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.
Valeurs pour ProjectColumnPurpose.
| Nom | 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.
Valeurs pour ProjectOrderField.
| Nom | 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'.
Valeurs pour ProjectState.
| Nom | Description |
|---|---|
CLOSED | The project is closed. |
OPEN | The project is open. |
ProjectTemplate
GitHub-provided templates for Projects.
Valeurs pour ProjectTemplate.
| Nom | 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.
Types possibles pour ProjectCardItem
Input objects
AddProjectCardInput
Autogenerated input type of AddProjectCard.
Champs d’entrée pour AddProjectCardInput
| Nom | 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.
Champs d’entrée pour AddProjectColumnInput
| Nom | 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.
Champs d’entrée pour CloneProjectInput
| Nom | 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.
Champs d’entrée pour ConvertProjectCardNoteToIssueInput
| Nom | 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.
Champs d’entrée pour CreateProjectInput
| Nom | 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.
Champs d’entrée pour DeleteProjectCardInput
| Nom | Description |
|---|---|
| The id of the card to delete. |
| A unique identifier for the client performing the mutation. |
DeleteProjectColumnInput
Autogenerated input type of DeleteProjectColumn.
Champs d’entrée pour DeleteProjectColumnInput
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the column to delete. |
DeleteProjectInput
Autogenerated input type of DeleteProject.
Champs d’entrée pour DeleteProjectInput
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The Project ID to update. |
LinkRepositoryToProjectInput
Autogenerated input type of LinkRepositoryToProject.
Champs d’entrée pour LinkRepositoryToProjectInput
| Nom | 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.
Champs d’entrée pour MoveProjectCardInput
| Nom | 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.
Champs d’entrée pour MoveProjectColumnInput
| Nom | 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.
Champs d’entrée pour ProjectCardImport
| Nom | 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.
Champs d’entrée pour ProjectColumnImport
| Nom | 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.
Champs d’entrée pour ProjectOrder
| Nom | 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.
Champs d’entrée pour UnlinkRepositoryFromProjectInput
| Nom | 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.
Champs d’entrée pour UpdateProjectCardInput
| Nom | 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.
Champs d’entrée pour UpdateProjectColumnInput
| Nom | 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.
Champs d’entrée pour UpdateProjectInput
| Nom | 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. |