private suspend fun doesIssueAffectComponentRelatedEntity(issue: Issue, component: Component): Boolean
Checks if an Issue affects an entity related to a Component.
Return
true if the issue affects an entity related to the component, false otherwise
Parameters
issue
the issue to check
component
the component to check