turbot/gitlab_insights

Query: open_epic_90_365_days_count

Usage

powerpipe query gitlab_insights.query.open_epic_90_365_days_count

Steampipe Tables

SQL

select
'90-365 Days' as label,
count(e.*) as value
from
gitlab_group g
join gitlab_epic e on e.group_id = g.id
where
e.state = 'opened'
and e.created_at between symmetric now() - '90 days' :: interval
and now() - '365 days' :: interval;

Dashboards

The query is used in the dashboards: