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

Should be called when an Issue affects an additional entity. Must be called AFTER the affected entity was added to the issue.

Parameters

issue

the issue that now affects affectedEntity

affectedEntity

the entity that is now affected by issue