turbot/gitlab_insights

Query: open_issue_count

Usage

powerpipe query gitlab_insights.query.open_issue_count

SQL

select
count(i.*) as value,
'Open Issues' as label
from
gitlab_my_project p
join gitlab_issue i on i.project_id = p.id
where
i.state = 'opened';

Dashboards

The query is used in the dashboards: