turbot/gitlab_insights

Query: my_open_issue_30_90_days_count

Usage

powerpipe query gitlab_insights.query.my_open_issue_30_90_days_count

Steampipe Tables

SQL

select
'30-90 Days' as label,
count(i.*) as value
from
gitlab_my_issue i
where
i.state = 'opened'
and i.created_at between symmetric now() - '30 days' :: interval
and now() - '90 days' :: interval;

Dashboards

The query is used in the dashboards: