@AutoPayloadType(description = "The created IssueRelation")
suspend fun createIssueRelation(input: CreateIssueRelationInput, dfe: DataFetchingEnvironment): IssueRelation

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.