turbot/gitlab_insights

Query: my_open_issue_count

Usage

powerpipe query gitlab_insights.query.my_open_issue_count

Steampipe Tables

SQL

select
count(i.*) as value,
'Open Issues' as label
from
gitlab_my_issue i
where
i.state = 'opened';

Dashboards

The query is used in the dashboards: