@@ -50,7 +50,8 @@ def jira(custom_fields):
50
50
),
51
51
Change (
52
52
"2018-01-03 01:00:00" , [("Flagged" , "Impediment" , "" , "customfield_100" )]
53
- ), # blocked 1 day in the backlog (doesn't count towards blocked days)
53
+ ), # blocked 1 day in the backlog
54
+ # (doesn't count towards blocked days)
54
55
Change (
55
56
"2018-01-03 01:01:01" ,
56
57
[
@@ -59,7 +60,7 @@ def jira(custom_fields):
59
60
"Backlog" ,
60
61
"Next" ,
61
62
)
62
- ]
63
+ ],
63
64
),
64
65
Change (
65
66
"2018-01-04 10:01:01" , [("Flagged" , "" , "Impediment" , "customfield_100" )]
@@ -93,7 +94,7 @@ def jira(custom_fields):
93
94
"Backlog" ,
94
95
"Next" ,
95
96
)
96
- ]
97
+ ],
97
98
),
98
99
Change (
99
100
"2018-01-04 01:01:01" ,
@@ -103,7 +104,7 @@ def jira(custom_fields):
103
104
"Next" ,
104
105
"Build" ,
105
106
)
106
- ]
107
+ ],
107
108
),
108
109
Change (
109
110
"2018-01-04 10:01:01" , [("Flagged" , None , "Impediment" , "customfield_100" )]
@@ -116,7 +117,7 @@ def jira(custom_fields):
116
117
"Build" ,
117
118
"QA" ,
118
119
)
119
- ]
120
+ ],
120
121
),
121
122
Change (
122
123
"2018-01-06 01:01:01" ,
@@ -126,7 +127,7 @@ def jira(custom_fields):
126
127
"QA" ,
127
128
"Done" ,
128
129
)
129
- ]
130
+ ],
130
131
),
131
132
],
132
133
),
@@ -151,7 +152,7 @@ def jira(custom_fields):
151
152
"Backlog" ,
152
153
"Next" ,
153
154
)
154
- ]
155
+ ],
155
156
),
156
157
Change (
157
158
"2018-01-05 01:01:01" ,
@@ -161,7 +162,7 @@ def jira(custom_fields):
161
162
"Next" ,
162
163
"Build" ,
163
164
)
164
- ]
165
+ ],
165
166
),
166
167
Change (
167
168
"2018-01-06 01:01:01" ,
@@ -171,15 +172,15 @@ def jira(custom_fields):
171
172
"Build" ,
172
173
"Next" ,
173
174
)
174
- ]
175
+ ],
175
176
),
176
177
Change (
177
178
"2018-01-07 01:01:01" ,
178
- [("Flagged" , None , "Awaiting input" , "customfield_100" )]
179
+ [("Flagged" , None , "Awaiting input" , "customfield_100" )],
179
180
),
180
181
Change (
181
182
"2018-01-10 10:01:01" ,
182
- [("Flagged" , "Awaiting input" , "" , "customfield_100" )]
183
+ [("Flagged" , "Awaiting input" , "" , "customfield_100" )],
183
184
), # blocked 3 days
184
185
],
185
186
),
@@ -213,7 +214,7 @@ def jira_with_skipped_columns(custom_fields):
213
214
"Backlog" ,
214
215
"Next" ,
215
216
)
216
- ]
217
+ ],
217
218
),
218
219
Change (
219
220
"2018-01-04 01:01:01" ,
@@ -223,9 +224,9 @@ def jira_with_skipped_columns(custom_fields):
223
224
"Next" ,
224
225
"Done" ,
225
226
),
226
- ("resolution" , None , "done" )
227
- ]
228
- ), # skipping columns Build and Test
227
+ ("resolution" , None , "done" ),
228
+ ],
229
+ ), # skipping columns Build and Test
229
230
],
230
231
),
231
232
Issue (
@@ -249,7 +250,7 @@ def jira_with_skipped_columns(custom_fields):
249
250
"Backlog" ,
250
251
"Build" ,
251
252
)
252
- ]
253
+ ],
253
254
),
254
255
Change (
255
256
"2018-01-04 01:01:01" ,
@@ -259,9 +260,9 @@ def jira_with_skipped_columns(custom_fields):
259
260
"Build" ,
260
261
"Done" ,
261
262
),
262
- ("resolution" , None , "done" )
263
- ]
264
- ), # skipping columns Build and Test
263
+ ("resolution" , None , "done" ),
264
+ ],
265
+ ), # skipping columns Build and Test
265
266
],
266
267
),
267
268
],
0 commit comments