CreateIssueRelationInput
Input for the createIssueRelation mutation
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
CreateIssueRelationInput.relatedIssue
● ID!
non-null scalar
The id of the Issue where the IssueRelation ends
Member of
createIssueRelation
mutation