File tree 1 file changed +115
-0
lines changed
1 file changed +115
-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 : All open bugs by Priority
62
+ type : bar
63
+ query :
64
+ issuable_type : issue
65
+ issuable_state : open
66
+ filter_labels :
67
+ - Type::Bug
68
+ collection_labels :
69
+ - Priority::0 - Urgent
70
+ - Priority::1 - High
71
+ - Priority::2 - Normal
72
+ - Priority::3 - Nice to have
73
+ - Priority::4 - Trivial
74
+ - title : All open issues by Type
75
+ type : bar
76
+ query :
77
+ issuable_type : issue
78
+ issuable_state : open
79
+ collection_labels :
80
+ - Type::Bug
81
+ - Type::Superhero
82
+ - Type::Feature
83
+ - Type::Chore
84
+ - Type::Regression
85
+ - Type::E2E
86
+ - Type::Refactor
87
+ - Type::LowEnergyHighImpact
88
+ - Type::QA
89
+ # - title: Bugs created per month by Severity
90
+ # type: stacked-bar
91
+ # query:
92
+ # issuable_type: issue
93
+ # filter_labels:
94
+ # - bug
95
+ # collection_labels:
96
+ # - S::1
97
+ # - S::2
98
+ # - S::3
99
+ # - S::4
100
+ # group_by: month
101
+ mergeRequests :
102
+ title : Merge Requests Dashboard
103
+ charts :
104
+ - title : Merge Requests merged per week
105
+ type : bar
106
+ query :
107
+ issuable_type : merge_request
108
+ issuable_state : merged
109
+ group_by : week
110
+ - title : Merge Requests merged per month
111
+ type : bar
112
+ query :
113
+ issuable_type : merge_request
114
+ issuable_state : merged
115
+ group_by : month
You can’t perform that action at this time.
0 commit comments