suspend fun removedAffectedEntity(issue: Issue, affectedEntity: AffectedByIssue)

Should be called when an Issue does not affect an entity anymore. Must be called AFTER the affected entity was removed from the issue.

Parameters

issue

the issue that does not affect affectedEntity anymore

affectedEntity

the entity that is not affected by issue anymore