turbot/gitlab_insights

Query: open_epic_count

Usage

powerpipe query gitlab_insights.query.open_epic_count

Steampipe Tables

SQL

select
count(e.*) as value,
'Open Epics' as label
from
gitlab_group g
join gitlab_epic e on e.group_id = g.id
where
e.state = 'opened';

Dashboards

The query is used in the dashboards: