@AutoPayloadType(description = "The created event, if present")
suspend fun removeAffectedEntityFromIssue(input: RemoveAffectedEntityFromIssueInput, dfe: DataFetchingEnvironment): RemovedAffectedEntityEvent?

Removes an AffectedByIssue from an Issue, requires MANAGE_ISSUES on any of the Trackables the Issue is on, or AFFECT_ENTITIES_WITH_ISSUES on the Trackable associated with the AffectedByIssue. If the Issue does not affect the AffectedByIssue, no event is created.