@AutoPayloadType(description = "The created event, if present")
suspend fun changeIssueTitle(input: ChangeIssueTitleInput, dfe: DataFetchingEnvironment): TitleChangedEvent?

Changes the `title` of an Issue requires MANAGE_ISSUES on any of the Trackables the Issue is on. If the `title` is equal to the already existing `title`, no event is created.