Mutations
addProjectCard
Adds a card to a ProjectColumn. Either contentId or note must be provided but not both.
경고
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.
addProjectCard에 대한 입력 필드
input(AddProjectCardInput!)
addProjectCard에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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.
경고
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.
addProjectColumn에 대한 입력 필드
input(AddProjectColumnInput!)
addProjectColumn에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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.
경고
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.
cloneProject에 대한 입력 필드
input(CloneProjectInput!)
cloneProject에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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.
경고
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.
convertProjectCardNoteToIssue에 대한 입력 필드
convertProjectCardNoteToIssue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated ProjectCard. |
createProject
Creates a new project.
경고
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.
createProject에 대한 입력 필드
input(CreateProjectInput!)
createProject에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new project. |
deleteProject
Deletes a project.
경고
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.
deleteProject에 대한 입력 필드
input(DeleteProjectInput!)
deleteProject에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository or organization the project was removed from. |
deleteProjectCard
Deletes a project card.
경고
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.
deleteProjectCard에 대한 입력 필드
input(DeleteProjectCardInput!)