Function get_component_related_issues

Source
pub async fn get_component_related_issues(
    configuration: &Configuration,
    id: &str,
) -> Result<ComponentIssuesCount, Error<GetComponentRelatedIssuesError>>
Expand description

Returns the counts of issues assigned to the component. This operation can be accessed anonymously. Permissions required: None.