File tree Expand file tree Collapse file tree 1 file changed +87
-0
lines changed
Expand file tree Collapse file tree 1 file changed +87
-0
lines changed Original file line number Diff line number Diff line change 1+ issues :
2+ title : Issues Dashboard
3+ charts :
4+ - title : Issues created per month
5+ type : bar
6+ query :
7+ issuable_type : issue
8+ issuable_state : all
9+ group_by : month
10+ - title : Issues closed per month
11+ type : bar
12+ query :
13+ issuable_type : issue
14+ issuable_state : closed
15+ group_by : month
16+ - title : Superhero Calls
17+ type : bar
18+ query :
19+ issuable_type : issue
20+ issuable_state : all
21+ filter_labels :
22+ - Type::Superhero
23+ group_by : month
24+ - title : Regressions per month by environment
25+ type : stacked-bar
26+ query :
27+ issuable_type : issue
28+ issuable_state : all
29+ filter_labels :
30+ - Type::Regression
31+ collection_labels :
32+ - Regression::Production
33+ - Regression::Canary
34+ - Regression::Staging
35+ group_by : month
36+ - title : Bugs created per month by Priority
37+ type : stacked-bar
38+ query :
39+ issuable_type : issue
40+ issuable_state : all
41+ filter_labels :
42+ - Type::Bug
43+ collection_labels :
44+ - Priority::0 - Urgent
45+ - Priority::1 - High
46+ - Priority::2 - Normal
47+ - Priority::3 - Nice to have
48+ - Priority::4 - Trivial
49+ group_by : month
50+ - title : All open issues by Priority
51+ type : bar
52+ query :
53+ issuable_type : issue
54+ issuable_state : open
55+ collection_labels :
56+ - Priority::0 - Urgent
57+ - Priority::1 - High
58+ - Priority::2 - Normal
59+ - Priority::3 - Nice to have
60+ - Priority::4 - Trivial
61+ # - title: Bugs created per month by Severity
62+ # type: stacked-bar
63+ # query:
64+ # issuable_type: issue
65+ # filter_labels:
66+ # - bug
67+ # collection_labels:
68+ # - S::1
69+ # - S::2
70+ # - S::3
71+ # - S::4
72+ # group_by: month
73+ mergeRequests :
74+ title : Merge Requests Dashboard
75+ charts :
76+ - title : Merge Requests merged per week
77+ type : bar
78+ query :
79+ issuable_type : merge_request
80+ issuable_state : merged
81+ group_by : week
82+ - title : Merge Requests merged per month
83+ type : bar
84+ query :
85+ issuable_type : merge_request
86+ issuable_state : merged
87+ group_by : month
You can’t perform that action at this time.
0 commit comments