@AutoPayloadType(description = "The created Issue")
suspend fun createIssue(input: CreateIssueInput, dfe: DataFetchingEnvironment): Issue

Creates a new Issue on at least one Trackable, requires CREATE_ISSUES on all Trackables it should be created on. Additionally, checks that the `type`, `state` and `templatedFields` are compatible with the `template`.