Commit b81f77bf authored by Pavel Shutsin's avatar Pavel Shutsin

Merge branch 'blabuschagne-master-patch-14421' into 'master'

Period limit default Insights yaml

See merge request gitlab-org/gitlab!83718
parents 89745be8 bf4b837d
......@@ -7,12 +7,14 @@ issues:
issuable_type: issue
issuable_state: all
group_by: month
period_limit: 3
- title: Issues closed per month
type: bar
query:
issuable_type: issue
issuable_state: closed
group_by: month
period_limit: 3
- title: Bugs created per month by Priority
type: stacked-bar
query:
......@@ -25,6 +27,7 @@ issues:
- P::3
- P::4
group_by: month
period_limit: 3
- title: Bugs created per month by Severity
type: stacked-bar
query:
......@@ -37,6 +40,7 @@ issues:
- S::3
- S::4
group_by: month
period_limit: 3
mergeRequests:
title: Merge requests dashboard
charts:
......@@ -46,9 +50,11 @@ mergeRequests:
issuable_type: merge_request
issuable_state: merged
group_by: week
period_limit: 12
- title: Merge requests merged per month
type: bar
query:
issuable_type: merge_request
issuable_state: merged
group_by: month
period_limit: 3
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment