Skip to main content

createIssueRelation

Creates an IssueRelation, requires MANAGE_ISSUES on any of the Trackables the Issue is on. Additionally, if present, the type must be compatible with the template of the Issue.

createIssueRelation(
input: CreateIssueRelationInput!
): CreateIssueRelationPayload!

Arguments

createIssueRelation.input ● CreateIssueRelationInput! non-null input

Defines the Issue, related Issue, and optional IssueRelationType

Type

CreateIssueRelationPayload object