suspend fun changeIssueType(input: ChangeIssueTypeInput, dfe: DataFetchingEnvironment): TypeChangedEvent?
Changes the `type` of an Issue requires MANAGE_ISSUES on any of the Trackables the Issue is on. Additionally, the IssueType must be defined by the Template of the Issue. If the `type` is equal to the already existing `type`, no event is created.