@AutoPayloadType(description = "The created event, if present")
suspend fun removeAssignment(input: RemoveAssignmentInput, dfe: DataFetchingEnvironment): RemovedAssignmentEvent?

Removes an Assignment from an Issue, require MANAGE_ISSUES on any of the Trackables the Issue the Assignment is part of is on. If the Assignment was already removed, no event is created.