Mutations
addProjectV2DraftIssue
Creates a new draft issue and add it to a Project.
Eingabefelder für addProjectV2DraftIssue
input(AddProjectV2DraftIssueInput!)
Rückgabefelder für addProjectV2DraftIssue
| Name | BESCHREIBUNG |
|---|---|
| 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.
Eingabefelder für addProjectV2ItemById
input(AddProjectV2ItemByIdInput!)
Rückgabefelder für addProjectV2ItemById
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item added to the project. |
archiveProjectV2Item
Archives a ProjectV2Item.
Eingabefelder für archiveProjectV2Item
input(ArchiveProjectV2ItemInput!)
Rückgabefelder für archiveProjectV2Item
| Name | BESCHREIBUNG |
|---|---|
| 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.
Eingabefelder für clearProjectV2ItemFieldValue
Rückgabefelder für clearProjectV2ItemFieldValue
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated item. |
convertProjectV2DraftIssueItemToIssue
Converts a projectV2 draft issue item to an issue.
Eingabefelder für convertProjectV2DraftIssueItemToIssue
Rückgabefelder für convertProjectV2DraftIssueItemToIssue
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated project item. |
copyProjectV2
Copy a project.
Eingabefelder für copyProjectV2
input(CopyProjectV2Input!)
Rückgabefelder für copyProjectV2
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The copied project. |
createProjectV2
Creates a new project.
Eingabefelder für createProjectV2
input(CreateProjectV2Input!)
Rückgabefelder für createProjectV2
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new project. |
createProjectV2Field
Create a new project field.
Eingabefelder für createProjectV2Field
input(CreateProjectV2FieldInput!)
Rückgabefelder für createProjectV2Field
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new field. |
createProjectV2StatusUpdate
Creates a status update within a Project.
Eingabefelder für createProjectV2StatusUpdate
Rückgabefelder für createProjectV2StatusUpdate
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The status update updated in the project. |
deleteProjectV2
Delete a project.
Eingabefelder für deleteProjectV2
input(DeleteProjectV2Input!)
Rückgabefelder für deleteProjectV2
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The deleted Project. |
deleteProjectV2Field
Delete a project field.
Eingabefelder für deleteProjectV2Field
input(DeleteProjectV2FieldInput!)
Rückgabefelder für deleteProjectV2Field
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The deleted field. |
deleteProjectV2Item
Deletes an item from a Project.
Eingabefelder für deleteProjectV2Item
input(DeleteProjectV2ItemInput!)
Rückgabefelder für deleteProjectV2Item
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the deleted item. |
deleteProjectV2StatusUpdate
Deletes a project status update.
Eingabefelder für deleteProjectV2StatusUpdate
Rückgabefelder für deleteProjectV2StatusUpdate
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the deleted status update. |
| The project the deleted status update was in. |
deleteProjectV2Workflow
Deletes a project workflow.
Eingabefelder für deleteProjectV2Workflow
input(DeleteProjectV2WorkflowInput!)
Rückgabefelder für deleteProjectV2Workflow
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the deleted workflow. |
| The project the deleted workflow was in. |
linkProjectV2ToRepository
Links a project to a repository.
Eingabefelder für linkProjectV2ToRepository
input(LinkProjectV2ToRepositoryInput!)
Rückgabefelder für linkProjectV2ToRepository
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository the project is linked to. |
linkProjectV2ToTeam
Links a project to a team.
Eingabefelder für linkProjectV2ToTeam
input(LinkProjectV2ToTeamInput!)
Rückgabefelder für linkProjectV2ToTeam
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The team the project is linked to. |
markProjectV2AsTemplate
Mark a project as a template. Note that only projects which are owned by an Organization can be marked as a template.
Eingabefelder für markProjectV2AsTemplate
input(MarkProjectV2AsTemplateInput!)
Rückgabefelder für markProjectV2AsTemplate
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The project. |
unarchiveProjectV2Item
Unarchives a ProjectV2Item.
Eingabefelder für unarchiveProjectV2Item
input(UnarchiveProjectV2ItemInput!)
Rückgabefelder für unarchiveProjectV2Item
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item unarchived from the project. |
unlinkProjectV2FromRepository
Unlinks a project from a repository.
Eingabefelder für unlinkProjectV2FromRepository
Rückgabefelder für unlinkProjectV2FromRepository
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository the project is no longer linked to. |
unlinkProjectV2FromTeam
Unlinks a project to a team.
Eingabefelder für unlinkProjectV2FromTeam
input(UnlinkProjectV2FromTeamInput!)
Rückgabefelder für unlinkProjectV2FromTeam
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The team the project is unlinked from. |
unmarkProjectV2AsTemplate
Unmark a project as a template.
Eingabefelder für unmarkProjectV2AsTemplate
input(UnmarkProjectV2AsTemplateInput!)
Rückgabefelder für unmarkProjectV2AsTemplate
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The project. |
updateProjectV2
Updates an existing project.
Eingabefelder für updateProjectV2
input(UpdateProjectV2Input!)
Rückgabefelder für updateProjectV2
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated Project. |
updateProjectV2Collaborators
Update the collaborators on a team or a project.
Eingabefelder für updateProjectV2Collaborators
Rückgabefelder für updateProjectV2Collaborators
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The collaborators granted a role. |
updateProjectV2DraftIssue
Updates a draft issue within a Project.
Eingabefelder für updateProjectV2DraftIssue
input(UpdateProjectV2DraftIssueInput!)
Rückgabefelder für updateProjectV2DraftIssue
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The draft issue updated in the project. |
updateProjectV2Field
Update a project field.
Eingabefelder für updateProjectV2Field
input(UpdateProjectV2FieldInput!)
Rückgabefelder für updateProjectV2Field
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated field. |
updateProjectV2ItemFieldValue
This mutation updates the value of a field for an item in a Project. Currently only single-select, text, number, date, and iteration fields are supported.
Eingabefelder für updateProjectV2ItemFieldValue
Rückgabefelder für updateProjectV2ItemFieldValue
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated item. |
updateProjectV2ItemPosition
This mutation updates the position of the item in the project, where the position represents the priority of an item.
Eingabefelder für updateProjectV2ItemPosition
Rückgabefelder für updateProjectV2ItemPosition
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The items in the new order. |
updateProjectV2StatusUpdate
Updates a status update within a Project.
Eingabefelder für updateProjectV2StatusUpdate
Rückgabefelder für updateProjectV2StatusUpdate
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The status update updated in the project. |
Objects
DraftIssue
A draft issue within a project.
DraftIssue Wird implementiert
Felder für DraftIssue
| Name | BESCHREIBUNG |
|---|---|
| A list of users to assigned to this draft issue. |
| The body of the draft issue. |
| The body of the draft issue rendered to HTML. |
| The body of the draft issue rendered to text. |
| Identifies the date and time when the object was created. |
| The actor who created this draft issue. |
| The Node ID of the DraftIssue object. |
| List of items linked with the draft issue (currently draft issue can be linked to only one item). Argumente für
|
| Projects that link to this draft issue (currently draft issue can be linked to only one project). Argumente für
|
| The title of the draft issue. |
| Identifies the date and time when the object was last updated. |
ProjectV2
New projects that manage issues, pull requests and drafts using tables and boards.
ProjectV2 Wird implementiert
Felder für ProjectV2
| Name | BESCHREIBUNG |
|---|---|
| Returns true if the project is closed. |
| Identifies the date and time when the object was closed. |
| Identifies the date and time when the object was created. |
| The actor who originally created the project. |
| Identifies the primary key from the database. Warnung
|
| A field of the project. Argumente für
|
List of fields and their constraints in the project. Argumente für
| |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2 object. |
| List of items in the project. Argumente für
|
| The project's number. |
| The project's owner. Currently limited to organizations and users. |
| Returns true if the project is public. |
| The project's readme. |
| The repositories the project is linked to. Argumente für
|
| The HTTP path for this project. |
| The project's short description. |
| List of the status updates in the project. Argumente für
|
| The teams the project is linked to. Argumente für
|
| Returns true if this project is a template. |
| The project's name. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this project. |
| A view of the project. Argumente für
|
| 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. |
| List of views in the project. Argumente für
|
| A workflow of the project. Argumente für
|
| List of the workflows in the project. Argumente für
|
ProjectV2ActorConnection
The connection type for ProjectV2Actor.
Felder für ProjectV2ActorConnection
| Name | BESCHREIBUNG |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2ActorEdge
An edge in a connection.
Felder für ProjectV2ActorEdge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Connection
The connection type for ProjectV2.
Felder für ProjectV2Connection
| Name | BESCHREIBUNG |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2Edge
An edge in a connection.
Felder für ProjectV2Edge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Field
A field inside a project.
ProjectV2Field Wird implementiert
Felder für ProjectV2Field
| Name | BESCHREIBUNG |
|---|---|
| Identifies the date and time when the object was created. |
| The field's type. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectV2Field object. |
| The project field's name. |
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2FieldConfigurationConnection
The connection type for ProjectV2FieldConfiguration.
Felder für ProjectV2FieldConfigurationConnection
| Name | BESCHREIBUNG |
|---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2FieldConfigurationEdge
An edge in a connection.
Felder für ProjectV2FieldConfigurationEdge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2FieldConnection
The connection type for ProjectV2Field.
Felder für ProjectV2FieldConnection
| Name | BESCHREIBUNG |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2FieldEdge
An edge in a connection.
Felder für ProjectV2FieldEdge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Item
An item within a Project.
ProjectV2Item Wird implementiert
Felder für ProjectV2Item
| Name | BESCHREIBUNG |
|---|---|
| The content of the referenced draft issue, issue, or pull request. |
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. Warnung
|
| The field value of the first project field which matches the Argumente für
|
| The field values that are set on the item. Argumente für
|
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2Item object. |
| Whether the item is archived. |
| The project that contains this item. |
| The type of the item. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemConnection
The connection type for ProjectV2Item.
Felder für ProjectV2ItemConnection
| Name | BESCHREIBUNG |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2ItemEdge
An edge in a connection.
Felder für ProjectV2ItemEdge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2ItemFieldDateValue
The value of a date field in a Project item.
ProjectV2ItemFieldDateValue Wird implementiert
Felder für ProjectV2ItemFieldDateValue
| Name | BESCHREIBUNG |
|---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| Date value for the field. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldDateValue object. |
| The project item that contains this value. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldIterationValue
The value of an iteration field in a Project item.
ProjectV2ItemFieldIterationValue Wird implementiert
Felder für ProjectV2ItemFieldIterationValue
| Name | BESCHREIBUNG |
|---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| The duration of the iteration in days. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldIterationValue object. |
| The project item that contains this value. |
| The ID of the iteration. |
| The start date of the iteration. |
| The title of the iteration. |
| The title of the iteration, with HTML. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldLabelValue
The value of the labels field in a Project item.
Felder für ProjectV2ItemFieldLabelValue
| Name | BESCHREIBUNG |
|---|---|
| The field that contains this value. |
| Labels value of a field. |
ProjectV2ItemFieldMilestoneValue
The value of a milestone field in a Project item.
Felder für ProjectV2ItemFieldMilestoneValue
| Name | BESCHREIBUNG |
|---|---|
| The field that contains this value. |
| Milestone value of a field. |
ProjectV2ItemFieldNumberValue
The value of a number field in a Project item.
ProjectV2ItemFieldNumberValue Wird implementiert
Felder für ProjectV2ItemFieldNumberValue
| Name | BESCHREIBUNG |
|---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldNumberValue object. |
| The project item that contains this value. |
| Number as a float(8). |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldPullRequestValue
The value of a pull request field in a Project item.
Felder für ProjectV2ItemFieldPullRequestValue
| Name | BESCHREIBUNG |
|---|---|
| The field that contains this value. |
| The pull requests for this field. Argumente für
|
ProjectV2ItemFieldRepositoryValue
The value of a repository field in a Project item.
Felder für ProjectV2ItemFieldRepositoryValue
| Name | BESCHREIBUNG |
|---|---|
| The field that contains this value. |
| The repository for this field. |
ProjectV2ItemFieldReviewerValue
The value of a reviewers field in a Project item.
Felder für ProjectV2ItemFieldReviewerValue
| Name | BESCHREIBUNG |
|---|---|
| The field that contains this value. |
| The reviewers for this field. |
ProjectV2ItemFieldSingleSelectValue
The value of a single select field in a Project item.
ProjectV2ItemFieldSingleSelectValue Wird implementiert
Felder für ProjectV2ItemFieldSingleSelectValue
| Name | BESCHREIBUNG |
|---|---|
The color applied to the selected single-select option. | |
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| A plain-text description of the selected single-select option, such as what the option means. |
| The description of the selected single-select option, including HTML tags. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldSingleSelectValue object. |
| The project item that contains this value. |
| The name of the selected single select option. |
| The html name of the selected single select option. |
| The id of the selected single select option. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldTextValue
The value of a text field in a Project item.
ProjectV2ItemFieldTextValue Wird implementiert
Felder für ProjectV2ItemFieldTextValue
| Name | BESCHREIBUNG |
|---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldTextValue object. |
| The project item that contains this value. |
| Text value of a field. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldUserValue
The value of a user field in a Project item.
Felder für ProjectV2ItemFieldUserValue
| Name | BESCHREIBUNG |
|---|---|
| The field that contains this value. |
| The users for this field. |
ProjectV2ItemFieldValueConnection
The connection type for ProjectV2ItemFieldValue.
Felder für ProjectV2ItemFieldValueConnection
| Name | BESCHREIBUNG |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2ItemFieldValueEdge
An edge in a connection.
Felder für ProjectV2ItemFieldValueEdge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2IterationField
An iteration field inside a project.
ProjectV2IterationField Wird implementiert
Felder für ProjectV2IterationField
| Name | BESCHREIBUNG |
|---|---|
| Iteration configuration settings. |
| Identifies the date and time when the object was created. |
| The field's type. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectV2IterationField object. |
| The project field's name. |
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2IterationFieldConfiguration
Iteration field configuration for a project.
Felder für ProjectV2IterationFieldConfiguration
| Name | BESCHREIBUNG |
|---|---|
| The iteration's completed iterations. |
| The iteration's duration in days. |
| The iteration's iterations. |
| The iteration's start day of the week. |
ProjectV2IterationFieldIteration
Iteration field iteration settings for a project.
Felder für ProjectV2IterationFieldIteration
| Name | BESCHREIBUNG |
|---|---|
| The iteration's duration in days. |
| The iteration's ID. |
| The iteration's start date. |
| The iteration's title. |
| The iteration's html title. |
ProjectV2SingleSelectField
A single select field inside a project.
ProjectV2SingleSelectField Wird implementiert
Felder für ProjectV2SingleSelectField
| Name | BESCHREIBUNG |
|---|---|
| Identifies the date and time when the object was created. |
| The field's type. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectV2SingleSelectField object. |
| The project field's name. |
| Options for the single select field. Argumente für
|
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2SingleSelectFieldOption
Single select field option for a configuration for a project.
Felder für ProjectV2SingleSelectFieldOption
| Name | BESCHREIBUNG |
|---|---|
The option's display color. | |
| The option's plain-text description. |
| The option's description, possibly containing HTML. |
| The option's ID. |
| The option's name. |
| The option's html name. |
ProjectV2SortBy
Represents a sort by field and direction.
Felder für ProjectV2SortBy
| Name | BESCHREIBUNG |
|---|---|
| The direction of the sorting. Possible values are ASC and DESC. |
| The field by which items are sorted. |
ProjectV2SortByConnection
The connection type for ProjectV2SortBy.
Felder für ProjectV2SortByConnection
| Name | BESCHREIBUNG |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2SortByEdge
An edge in a connection.
Felder für ProjectV2SortByEdge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2SortByField
Represents a sort by field and direction.
Felder für ProjectV2SortByField
| Name | BESCHREIBUNG |
|---|---|
| The direction of the sorting. Possible values are ASC and DESC. |
| The field by which items are sorted. |
ProjectV2SortByFieldConnection
The connection type for ProjectV2SortByField.
Felder für ProjectV2SortByFieldConnection
| Name | BESCHREIBUNG |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2SortByFieldEdge
An edge in a connection.
Felder für ProjectV2SortByFieldEdge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2StatusUpdate
A status update within a project.
ProjectV2StatusUpdate Wird implementiert
Felder für ProjectV2StatusUpdate
| Name | BESCHREIBUNG |
|---|---|
| The body of the status update. |
| The body of the status update rendered to HTML. |
| Identifies the date and time when the object was created. |
| The actor who created the status update. |
| Identifies the primary key from the database. Warnung
|
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2StatusUpdate object. |
| The project that contains this status update. |
| The start date of the status update. |
| The status of the status update. |
| The target date of the status update. |
| Identifies the date and time when the object was last updated. |
ProjectV2StatusUpdateConnection
The connection type for ProjectV2StatusUpdate.
Felder für ProjectV2StatusUpdateConnection
| Name | BESCHREIBUNG |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2StatusUpdateEdge
An edge in a connection.
Felder für ProjectV2StatusUpdateEdge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2View
A view within a ProjectV2.
ProjectV2View Wird implementiert
Felder für ProjectV2View
| Name | BESCHREIBUNG |
|---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Warnung
|
The view's visible fields. Argumente für
| |
| The project view's filter. |
| Identifies the primary key from the database as a BigInt. |
| The view's group-by field. Warnung
The Argumente für
|
| The view's group-by field. Argumente für
|
| The Node ID of the ProjectV2View object. |
| The project view's layout. |
| The project view's name. |
| The project view's number. |
| The project that contains this view. |
| The view's sort-by config. Warnung
The |
| The view's sort-by config. Argumente für
|
| Identifies the date and time when the object was last updated. |
| The view's vertical-group-by field. Warnung
The Argumente für
|
| The view's vertical-group-by field. Argumente für
|
| The view's visible fields. Warnung
The Argumente für
|
ProjectV2ViewConnection
The connection type for ProjectV2View.
Felder für ProjectV2ViewConnection
| Name | BESCHREIBUNG |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2ViewEdge
An edge in a connection.
Felder für ProjectV2ViewEdge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Workflow
A workflow inside a project.
ProjectV2Workflow Wird implementiert
Felder für ProjectV2Workflow
| Name | BESCHREIBUNG |
|---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Warnung
|
| Whether the workflow is enabled. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2Workflow object. |
| The name of the workflow. |
| The number of the workflow. |
| The project that contains this workflow. |
| Identifies the date and time when the object was last updated. |
ProjectV2WorkflowConnection
The connection type for ProjectV2Workflow.
Felder für ProjectV2WorkflowConnection
| Name | BESCHREIBUNG |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectV2WorkflowEdge
An edge in a connection.
Felder für ProjectV2WorkflowEdge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
Interfaces
ProjectV2FieldCommon
Common fields across different project field types.
ProjectV2FieldCommon wird implementiert von
Felder für ProjectV2FieldCommon
| Name | BESCHREIBUNG |
|---|---|
| Identifies the date and time when the object was created. |
| The field's type. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectV2FieldCommon object. |
| The project field's name. |
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldValueCommon
Common fields across different project field value types.
ProjectV2ItemFieldValueCommon wird implementiert von
ProjectV2ItemFieldDateValueProjectV2ItemFieldIterationValueProjectV2ItemFieldNumberValueProjectV2ItemFieldSingleSelectValueProjectV2ItemFieldTextValue
Felder für ProjectV2ItemFieldValueCommon
| Name | BESCHREIBUNG |
|---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldValueCommon object. |
| The project item that contains this value. |
| Identifies the date and time when the object was last updated. |
ProjectV2Owner
Represents an owner of a project.
ProjectV2Owner wird implementiert von
Felder für ProjectV2Owner
| Name | BESCHREIBUNG |
|---|---|
| The Node ID of the ProjectV2Owner object. |
| Find a project by number. Argumente für
|
| A list of projects under the owner. Argumente für
|
ProjectV2Recent
Recent projects for the owner.
ProjectV2Recent wird implementiert von
Felder für ProjectV2Recent
| Name | BESCHREIBUNG |
|---|---|
| Recent projects that this user has modified in the context of the owner. Argumente für
|
Enums
ProjectV2CustomFieldType
The type of a project field.
Werte für ProjectV2CustomFieldType
| Name | BESCHREIBUNG |
|---|---|
DATE | Date. |
ITERATION | Iteration. |
NUMBER | Number. |
SINGLE_SELECT | Single Select. |
TEXT | Text. |
ProjectV2FieldOrderField
Properties by which project v2 field connections can be ordered.
Werte für ProjectV2FieldOrderField
| Name | BESCHREIBUNG |
|---|---|
CREATED_AT | Order project v2 fields by creation time. |
NAME | Order project v2 fields by name. |
POSITION | Order project v2 fields by position. |
ProjectV2FieldType
The type of a project field.
Werte für ProjectV2FieldType
| Name | BESCHREIBUNG |
|---|---|
ASSIGNEES | Assignees. |
DATE | Date. |
ISSUE_TYPE | Issue type. |
ITERATION | Iteration. |
LABELS | Labels. |
LINKED_PULL_REQUESTS | Linked Pull Requests. |
MILESTONE | Milestone. |
NUMBER | Number. |
PARENT_ISSUE | Parent issue. |
REPOSITORY | Repository. |
REVIEWERS | Reviewers. |
SINGLE_SELECT | Single Select. |
SUB_ISSUES_PROGRESS | Sub-issues progress. |
TEXT | Text. |
TITLE | Title. |
TRACKED_BY | Tracked by. |
TRACKS | Tracks. |
ProjectV2ItemFieldValueOrderField
Properties by which project v2 item field value connections can be ordered.
Werte für ProjectV2ItemFieldValueOrderField
| Name | BESCHREIBUNG |
|---|---|
POSITION | Order project v2 item field values by the their position in the project. |
ProjectV2ItemOrderField
Properties by which project v2 item connections can be ordered.
Werte für ProjectV2ItemOrderField
| Name | BESCHREIBUNG |
|---|---|
POSITION | Order project v2 items by the their position in the project. |
ProjectV2ItemType
The type of a project item.
Werte für ProjectV2ItemType
| Name | BESCHREIBUNG |
|---|---|
DRAFT_ISSUE | Draft Issue. |
ISSUE | Issue. |
PULL_REQUEST | Pull Request. |
REDACTED | Redacted Item. |
ProjectV2OrderField
Properties by which projects can be ordered.
Werte für ProjectV2OrderField
| Name | BESCHREIBUNG |
|---|---|
CREATED_AT | The project's date and time of creation. |
NUMBER | The project's number. |
TITLE | The project's title. |
UPDATED_AT | The project's date and time of update. |
ProjectV2PermissionLevel
The possible roles of a collaborator on a project.
Werte für ProjectV2PermissionLevel
| Name | BESCHREIBUNG |
|---|---|
ADMIN | The collaborator can view, edit, and maange the settings of the project. |
READ | The collaborator can view the project. |
WRITE | The collaborator can view and edit the project. |
ProjectV2Roles
The possible roles of a collaborator on a project.
Werte für ProjectV2Roles
| Name | BESCHREIBUNG |
|---|---|
ADMIN | The collaborator can view, edit, and maange the settings of the project. |
NONE | The collaborator has no direct access to the project. |
READER | The collaborator can view the project. |
WRITER | The collaborator can view and edit the project. |
ProjectV2SingleSelectFieldOptionColor
The display color of a single-select field option.
Werte für ProjectV2SingleSelectFieldOptionColor
| Name | BESCHREIBUNG |
|---|---|
BLUE | BLUE. |
GRAY | GRAY. |
GREEN | GREEN. |
ORANGE | ORANGE. |
PINK | PINK. |
PURPLE | PURPLE. |
RED | RED. |
YELLOW | YELLOW. |
ProjectV2State
The possible states of a project v2.
Werte für ProjectV2State
| Name | BESCHREIBUNG |
|---|---|
CLOSED | A project v2 that has been closed. |
OPEN | A project v2 that is still open. |
ProjectV2StatusUpdateOrderField
Properties by which project v2 status updates can be ordered.
Werte für ProjectV2StatusUpdateOrderField
| Name | BESCHREIBUNG |
|---|---|
CREATED_AT | Allows chronological ordering of project v2 status updates. |
ProjectV2StatusUpdateStatus
The possible statuses of a project v2.
Werte für ProjectV2StatusUpdateStatus
| Name | BESCHREIBUNG |
|---|---|
AT_RISK | A project v2 that is at risk and encountering some challenges. |
COMPLETE | A project v2 that is complete. |
INACTIVE | A project v2 that is inactive. |
OFF_TRACK | A project v2 that is off track and needs attention. |
ON_TRACK | A project v2 that is on track with no risks. |
ProjectV2ViewLayout
The layout of a project v2 view.
Werte für ProjectV2ViewLayout
| Name | BESCHREIBUNG |
|---|---|
BOARD_LAYOUT | Board layout. |
ROADMAP_LAYOUT | Roadmap layout. |
TABLE_LAYOUT | Table layout. |
ProjectV2ViewOrderField
Properties by which project v2 view connections can be ordered.
Werte für ProjectV2ViewOrderField
| Name | BESCHREIBUNG |
|---|---|
CREATED_AT | Order project v2 views by creation time. |
NAME | Order project v2 views by name. |
POSITION | Order project v2 views by position. |
ProjectV2WorkflowsOrderField
Properties by which project workflows can be ordered.
Werte für ProjectV2WorkflowsOrderField
| Name | BESCHREIBUNG |
|---|---|
CREATED_AT | The date and time of the workflow creation. |
NAME | The name of the workflow. |
NUMBER | The number of the workflow. |
UPDATED_AT | The date and time of the workflow update. |
Unions
OrganizationOrUser
Used for argument of CreateProjectV2 mutation.
Mögliche Typen für OrganizationOrUser
ProjectV2Actor
Possible collaborators for a project.
Mögliche Typen für ProjectV2Actor
ProjectV2FieldConfiguration
Configurations for project fields.
Mögliche Typen für ProjectV2FieldConfiguration
ProjectV2ItemContent
Types that can be inside Project Items.
Mögliche Typen für ProjectV2ItemContent
ProjectV2ItemFieldValue
Project field values.
Mögliche Typen für ProjectV2ItemFieldValue
ProjectV2ItemFieldDateValueProjectV2ItemFieldIterationValueProjectV2ItemFieldLabelValueProjectV2ItemFieldMilestoneValueProjectV2ItemFieldNumberValueProjectV2ItemFieldPullRequestValueProjectV2ItemFieldRepositoryValueProjectV2ItemFieldReviewerValueProjectV2ItemFieldSingleSelectValueProjectV2ItemFieldTextValueProjectV2ItemFieldUserValue
Input objects
AddProjectV2DraftIssueInput
Autogenerated input type of AddProjectV2DraftIssue.
Eingabefelder für AddProjectV2DraftIssueInput
| Name | BESCHREIBUNG |
|---|---|
| The IDs of the assignees of the draft issue. |
| The body of the draft issue. |
| A unique identifier for the client performing the mutation. |
| The ID of the Project to add the draft issue to. |
| The title of the draft issue. A project item can also be created by providing the URL of an Issue or Pull Request if you have access. |
AddProjectV2ItemByIdInput
Autogenerated input type of AddProjectV2ItemById.
Eingabefelder für AddProjectV2ItemByIdInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the Issue or Pull Request to add. |
| The ID of the Project to add the item to. |
ArchiveProjectV2ItemInput
Autogenerated input type of ArchiveProjectV2Item.
Eingabefelder für ArchiveProjectV2ItemInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the ProjectV2Item to archive. |
| The ID of the Project to archive the item from. |
ClearProjectV2ItemFieldValueInput
Autogenerated input type of ClearProjectV2ItemFieldValue.
Eingabefelder für ClearProjectV2ItemFieldValueInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the field to be cleared. |
| The ID of the item to be cleared. |
| The ID of the Project. |
ConvertProjectV2DraftIssueItemToIssueInput
Autogenerated input type of ConvertProjectV2DraftIssueItemToIssue.
Eingabefelder für ConvertProjectV2DraftIssueItemToIssueInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the draft issue ProjectV2Item to convert. |
| The ID of the repository to create the issue in. |
CopyProjectV2Input
Autogenerated input type of CopyProjectV2.
Eingabefelder für CopyProjectV2Input
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| Include draft issues in the new project. |
| The owner ID of the new project. |
| The ID of the source Project to copy. |
| The title of the project. |
CreateProjectV2FieldInput
Autogenerated input type of CreateProjectV2Field.
Eingabefelder für CreateProjectV2FieldInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The data type of the field. |
| Configuration for an iteration field. |
| The name of the field. |
| The ID of the Project to create the field in. |
| Options for a single select field. At least one value is required if data_type is SINGLE_SELECT. |
CreateProjectV2Input
Autogenerated input type of CreateProjectV2.
Eingabefelder für CreateProjectV2Input
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The owner ID to create the project under. |
| The repository to link the project to. |
| The team to link the project to. The team will be granted read permissions. |
| The title of the project. |
CreateProjectV2StatusUpdateInput
Autogenerated input type of CreateProjectV2StatusUpdate.
Eingabefelder für CreateProjectV2StatusUpdateInput
| Name | BESCHREIBUNG |
|---|---|
| The body of the status update. |
| A unique identifier for the client performing the mutation. |
| The ID of the Project to create the status update in. |
| The start date of the status update. |
| The status of the status update. |
| The target date of the status update. |
DeleteProjectV2FieldInput
Autogenerated input type of DeleteProjectV2Field.
Eingabefelder für DeleteProjectV2FieldInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the field to delete. |
DeleteProjectV2Input
Autogenerated input type of DeleteProjectV2.
Eingabefelder für DeleteProjectV2Input
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Project to delete. |
DeleteProjectV2ItemInput
Autogenerated input type of DeleteProjectV2Item.
Eingabefelder für DeleteProjectV2ItemInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the item to be removed. |
| The ID of the Project from which the item should be removed. |
DeleteProjectV2StatusUpdateInput
Autogenerated input type of DeleteProjectV2StatusUpdate.
Eingabefelder für DeleteProjectV2StatusUpdateInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the status update to be removed. |
DeleteProjectV2WorkflowInput
Autogenerated input type of DeleteProjectV2Workflow.
Eingabefelder für DeleteProjectV2WorkflowInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the workflow to be removed. |
LinkProjectV2ToRepositoryInput
Autogenerated input type of LinkProjectV2ToRepository.
Eingabefelder für LinkProjectV2ToRepositoryInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the project to link to the repository. |
| The ID of the repository to link to the project. |
LinkProjectV2ToTeamInput
Autogenerated input type of LinkProjectV2ToTeam.
Eingabefelder für LinkProjectV2ToTeamInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the project to link to the team. |
| The ID of the team to link to the project. |
MarkProjectV2AsTemplateInput
Autogenerated input type of MarkProjectV2AsTemplate.
Eingabefelder für MarkProjectV2AsTemplateInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Project to mark as a template. |
ProjectV2Collaborator
A collaborator to update on a project. Only one of the userId or teamId should be provided.
Eingabefelder für ProjectV2Collaborator
| Name | BESCHREIBUNG |
|---|---|
| The role to grant the collaborator. |
| The ID of the team as a collaborator. |
| The ID of the user as a collaborator. |
ProjectV2FieldOrder
Ordering options for project v2 field connections.
Eingabefelder für ProjectV2FieldOrder
| Name | BESCHREIBUNG |
|---|---|
| The ordering direction. |
| The field to order the project v2 fields by. |
ProjectV2FieldValue
The values that can be used to update a field of an item inside a Project. Only 1 value can be updated at a time.
Eingabefelder für ProjectV2FieldValue
| Name | BESCHREIBUNG |
|---|---|
| The ISO 8601 date to set on the field. |
| The id of the iteration to set on the field. |
| The number to set on the field. |
| The id of the single select option to set on the field. |
| The text to set on the field. |
ProjectV2Filters
Ways in which to filter lists of projects.
Eingabefelder für ProjectV2Filters
| Name | BESCHREIBUNG |
|---|---|
| List project v2 filtered by the state given. |
ProjectV2ItemFieldValueOrder
Ordering options for project v2 item field value connections.
Eingabefelder für ProjectV2ItemFieldValueOrder
| Name | BESCHREIBUNG |
|---|---|
| The ordering direction. |
The field to order the project v2 item field values by. |
ProjectV2ItemOrder
Ordering options for project v2 item connections.
Eingabefelder für ProjectV2ItemOrder
| Name | BESCHREIBUNG |
|---|---|
| The ordering direction. |
| The field to order the project v2 items by. |
ProjectV2Iteration
Represents an iteration.
Eingabefelder für ProjectV2Iteration
| Name | BESCHREIBUNG |
|---|---|
| The duration of the iteration, in days. |
| The start date for the iteration. |
| The title for the iteration. |
ProjectV2IterationFieldConfigurationInput
Represents an iteration field configuration.
Eingabefelder für ProjectV2IterationFieldConfigurationInput
| Name | BESCHREIBUNG |
|---|---|
| The duration of each iteration, in days. |
| Zero or more iterations for the field. |
| The start date for the first iteration. |
ProjectV2Order
Ways in which lists of projects can be ordered upon return.
Eingabefelder für ProjectV2Order
| Name | BESCHREIBUNG |
|---|---|
| The direction in which to order projects by the specified field. |
| The field in which to order projects by. |
ProjectV2SingleSelectFieldOptionInput
Represents a single select field option.
Eingabefelder für ProjectV2SingleSelectFieldOptionInput
| Name | BESCHREIBUNG |
|---|---|
The display color of the option. | |
| The description text of the option. |
| The name of the option. |
ProjectV2StatusOrder
Ways in which project v2 status updates can be ordered.
Eingabefelder für ProjectV2StatusOrder
| Name | BESCHREIBUNG |
|---|---|
| The direction in which to order nodes. |
| The field by which to order nodes. |
ProjectV2ViewOrder
Ordering options for project v2 view connections.
Eingabefelder für ProjectV2ViewOrder
| Name | BESCHREIBUNG |
|---|---|
| The ordering direction. |
| The field to order the project v2 views by. |
ProjectV2WorkflowOrder
Ordering options for project v2 workflows connections.
Eingabefelder für ProjectV2WorkflowOrder
| Name | BESCHREIBUNG |
|---|---|
| The ordering direction. |
| The field to order the project v2 workflows by. |
UnarchiveProjectV2ItemInput
Autogenerated input type of UnarchiveProjectV2Item.
Eingabefelder für UnarchiveProjectV2ItemInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the ProjectV2Item to unarchive. |
| The ID of the Project to archive the item from. |
UnlinkProjectV2FromRepositoryInput
Autogenerated input type of UnlinkProjectV2FromRepository.
Eingabefelder für UnlinkProjectV2FromRepositoryInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the project to unlink from the repository. |
| The ID of the repository to unlink from the project. |
UnlinkProjectV2FromTeamInput
Autogenerated input type of UnlinkProjectV2FromTeam.
Eingabefelder für UnlinkProjectV2FromTeamInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the project to unlink from the team. |
| The ID of the team to unlink from the project. |
UnmarkProjectV2AsTemplateInput
Autogenerated input type of UnmarkProjectV2AsTemplate.
Eingabefelder für UnmarkProjectV2AsTemplateInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Project to unmark as a template. |
UpdateProjectV2CollaboratorsInput
Autogenerated input type of UpdateProjectV2Collaborators.
Eingabefelder für UpdateProjectV2CollaboratorsInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The collaborators to update. |
| The ID of the project to update the collaborators for. |
UpdateProjectV2DraftIssueInput
Autogenerated input type of UpdateProjectV2DraftIssue.
Eingabefelder für UpdateProjectV2DraftIssueInput
| Name | BESCHREIBUNG |
|---|---|
| The IDs of the assignees of the draft issue. |
| The body of the draft issue. |
| A unique identifier for the client performing the mutation. |
| The ID of the draft issue to update. |
| The title of the draft issue. |
UpdateProjectV2FieldInput
Autogenerated input type of UpdateProjectV2Field.
Eingabefelder für UpdateProjectV2FieldInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the field to update. |
| Configuration for an iteration field. |
| The name to update. |
| Options for a field of type SINGLE_SELECT. If empty, no changes will be made to the options. If values are present, they will overwrite the existing options for the field. |
UpdateProjectV2Input
Autogenerated input type of UpdateProjectV2.
Eingabefelder für UpdateProjectV2Input
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| Set the project to closed or open. |
| The ID of the Project to update. |
| Set the project to public or private. |
| Set the readme description of the project. |
| Set the short description of the project. |
| Set the title of the project. |
UpdateProjectV2ItemFieldValueInput
Autogenerated input type of UpdateProjectV2ItemFieldValue.
Eingabefelder für UpdateProjectV2ItemFieldValueInput
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the field to be updated. |
| The ID of the item to be updated. |
| The ID of the Project. |
| The value which will be set on the field. |
UpdateProjectV2ItemPositionInput
Autogenerated input type of UpdateProjectV2ItemPosition.
Eingabefelder für UpdateProjectV2ItemPositionInput
| Name | BESCHREIBUNG |
|---|---|
| The ID of the item to position this item after. If omitted or set to null the item will be moved to top. |
| A unique identifier for the client performing the mutation. |
| The ID of the item to be moved. |
| The ID of the Project. |
UpdateProjectV2StatusUpdateInput
Autogenerated input type of UpdateProjectV2StatusUpdate.
Eingabefelder für UpdateProjectV2StatusUpdateInput
| Name | BESCHREIBUNG |
|---|---|
| The body of the status update. |
| A unique identifier for the client performing the mutation. |
| The start date of the status update. |
| The status of the status update. |
| The ID of the status update to be updated. |
| The target date of the status update. |