turbot/github_insights

Query: open_issue_90_365_days_count

Usage

powerpipe query github_insights.query.open_issue_90_365_days_count

SQL

select
'90-365 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() - '90 days' :: interval
and now() - '365 days' :: interval;

Dashboards

The query is used in the dashboards: