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

Aggregates an Issue on a Component if necessary. It is necessary only if the issue is on the Component and does not affect an entity related to said Component.

Parameters

issue

the issue to aggregate

component

the component to aggregate the issue on