turbot/github_insights

Query: open_issue_30_days_count

Usage

powerpipe query github_insights.query.open_issue_30_days_count

SQL

select
'1-30 Days' as label,
count(i.*) as value
from
github_my_repository r
join github_issue i on i.repository_full_name = r.name_with_owner
where
i.state = 'OPEN'
and i.created_at between symmetric now() - '1 days' :: interval
and now() - '30 days' :: interval;

Dashboards

The query is used in the dashboards: