Skip to 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.

graphql
createIssueRelation(
  input: CreateIssueRelationInput!
): CreateIssueRelationPayload!

Arguments ​

createIssueRelation.input ● CreateIssueRelationInput! non-null input ​

Defines the Issue, related Issue, and optional IssueRelationType

Type ​

CreateIssueRelationPayload object ​

Released under the MIT License.