Mutations
addProjectV2DraftIssue
Creates a new draft issue and add it to a Project.
Input fields for addProjectV2DraftIssue
input(AddProjectV2DraftIssueInput!)
Return fields for addProjectV2DraftIssue
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The draft issue added to the project. |
addProjectV2ItemById
Links an existing content instance to a Project.
Input fields for addProjectV2ItemById
input(AddProjectV2ItemByIdInput!)
Return fields for addProjectV2ItemById
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item added to the project. |
archiveProjectV2Item
Archives a ProjectV2Item.
Input fields for archiveProjectV2Item
input(ArchiveProjectV2ItemInput!)
Return fields for archiveProjectV2Item
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item archived from the project. |
clearProjectV2ItemFieldValue
This mutation clears the value of a field for an item in a Project. Currently only text, number, date, assignees, labels, single-select, iteration and milestone fields are supported.
Input fields for clearProjectV2ItemFieldValue
Return fields for clearProjectV2ItemFieldValue
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated item. |
convertProjectV2DraftIssueItemToIssue
Converts a projectV2 draft issue item to an issue.
Input fields for convertProjectV2DraftIssueItemToIssue
Return fields for convertProjectV2DraftIssueItemToIssue
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated project item. |
copyProjectV2
Copy a project.
Input fields for copyProjectV2
input(CopyProjectV2Input!)
Return fields for copyProjectV2
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The copied project. |
createProjectV2
Creates a new project.
Input fields for createProjectV2
input(CreateProjectV2Input!)
Return fields for createProjectV2
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new project. |
createProjectV2Field
Create a new project field.
Input fields for createProjectV2Field
input(CreateProjectV2FieldInput!)
Return fields for createProjectV2Field
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new field. |
createProjectV2IssueField
Create a new project issue field.
Input fields for createProjectV2IssueField
input(CreateProjectV2IssueFieldInput!)
Return fields for createProjectV2IssueField
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new field. |