Skip to content

CreateIssueRelationInput

Input for the createIssueRelation mutation

graphql
input CreateIssueRelationInput {
  issue: ID!
  issueRelationType: ID
  relatedIssue: ID!
}

Fields

CreateIssueRelationInput.issue ● ID! non-null scalar

The id of the Issue from which the IssueRelation starts

CreateIssueRelationInput.issueRelationType ● ID scalar

The optional type of the IssueRelation, must be defined by the Template of the Issue

The id of the Issue where the IssueRelation ends

Member Of

createIssueRelation mutation

Released under the MIT License.