turbot/gitlab_insights

Query: my_open_issue_1_year_count

Usage

powerpipe query gitlab_insights.query.my_open_issue_1_year_count

Steampipe Tables

SQL

select
'> 1 Year' as label,
count(i.*) as value
from
gitlab_my_issue i
where
i.state = 'opened'
and i.created_at <= now() - '1 year' :: interval;

Dashboards

The query is used in the dashboards: