private suspend fun unaggregateIssueOnComponentIfNecessary(issue: Issue, component: Component)

Unaggregates an Issue from a ComponentVersion if necessary. It is necessary only if the issue is on the Component and affects an entity related to said Component. It is only unaggregated on ComponentVersions where the issue does not affect the Component or ComponentVersion itself.

Parameters

issue

the issue to unaggregate

component

the component to unaggregate the issue from