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, multi-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. |
createProjectV2IssueField
Create a new project issue field.
Eingabefelder für createProjectV2IssueField
input(CreateProjectV2IssueFieldInput!)
Rückgabefelder für createProjectV2IssueField
| 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. |
createProjectV2View
Creates a new view in a project.
Eingabefelder für createProjectV2View
input(CreateProjectV2ViewInput!)
Rückgabefelder für createProjectV2View
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new view. |
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. |
deleteProjectV2View
Deletes a view from a project.
Eingabefelder für deleteProjectV2View
input(DeleteProjectV2ViewInput!)
Rückgabefelder für deleteProjectV2View
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The deleted view. |
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, multi-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. |
updateProjectV2View
Updates an existing view in a project.
Eingabefelder für updateProjectV2View
input(UpdateProjectV2ViewInput!)
Rückgabefelder für updateProjectV2View
| Name | BESCHREIBUNG |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated view. |
Objects
AddedToProjectV2Event
Represents aadded_to_project_v2event on a given issue or pull request.
AddedToProjectV2Event Wird implementiert
Felder für AddedToProjectV2Event
| Name | BESCHREIBUNG |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the AddedToProjectV2Event object. |
| Project referenced by event. |
| Did this event result from workflow automation?. |
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. |
| Returns true if this field is associated with an organization issue field. |
| The organization issue field associated with this project field, if any. |
| 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, 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. |
ProjectV2ItemFieldMultiSelectValue
The value of a multi select field in a Project item.
ProjectV2ItemFieldMultiSelectValue Wird implementiert
Felder für ProjectV2ItemFieldMultiSelectValue
| 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 ProjectV2ItemFieldMultiSelectValue object. |
| The project item that contains this value. |
| The selected multi select options. |
| Identifies the date and time when the object was last updated. |
| Comma-separated names of the selected multi select options. |
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. |
ProjectV2ItemIssueFieldValue
The value of an issue field in a Project item.
Felder für ProjectV2ItemIssueFieldValue
| Name | BESCHREIBUNG |
|---|---|
| Field that contains this value. |
| Value of the Issue Field. |
ProjectV2ItemStatusChangedEvent
Represents aproject_v2_item_status_changedevent on a given issue or pull request.
ProjectV2ItemStatusChangedEvent Wird implementiert
Felder für ProjectV2ItemStatusChangedEvent
| Name | BESCHREIBUNG |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the ProjectV2ItemStatusChangedEvent object. |
| The previous status of the project item. |
| Project referenced by event. |
| The new status of the project item. |
| Did this event result from workflow automation?. |
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. |
| Returns true if this field is associated with an organization issue field. |
| 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. |
ProjectV2MultiSelectField
A multi select field inside a project.
ProjectV2MultiSelectField Wird implementiert
Felder für ProjectV2MultiSelectField
| 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 ProjectV2MultiSelectField object. |
| Returns true if this field is associated with an organization issue field. |
| The organization issue field associated with this project field, if any. |
| Options for the multi select field. Argumente für
|
| The project field's name. |
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2MultiSelectFieldOption
Multi select field option for a configuration for a project.
Felder für ProjectV2MultiSelectFieldOption
| 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. |
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. |
| Returns true if this field is associated with an organization issue field. |
| The organization issue field associated with this project field, if any. |
| 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 |
|---|---|
| The view's configuration. |
| 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
|
ProjectV2ViewConfiguration
Configuration for a ProjectV2 view.
Felder für ProjectV2ViewConfiguration
| Name | BESCHREIBUNG |
|---|---|
| The fields visible in the view, in configured order. |