-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.json
820 lines (820 loc) · 30.6 KB
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
{
"_id": "asana",
"name": "asana",
"meta": {
"project": "asana",
"category": "workitems"
},
"data": [
{
"workitemId": 1200168627718865,
"projectName": "CFIX - ITU Project",
"createdDate": "4/8/2021 8:25:40 AM +00:00",
"sprintName": "Backlog",
"sprintNumber": null,
"closedDate": null,
"title": "Querying across project models"
},
{
"workitemId": 1200168627688468,
"projectName": "CFIX - ITU Project",
"createdDate": "4/8/2021 8:25:38 AM +00:00",
"sprintName": "Backlog",
"sprintNumber": null,
"closedDate": null,
"title": "SQL Collector"
},
{
"workitemId": 1200168627744951,
"projectName": "CFIX - ITU Project",
"createdDate": "4/8/2021 8:25:41 AM +00:00",
"sprintName": "Backlog",
"sprintNumber": null,
"closedDate": null,
"title": "Identifying links between data - Persons"
},
{
"workitemId": 1200168627813978,
"projectName": "CFIX - ITU Project",
"createdDate": "4/8/2021 8:25:44 AM +00:00",
"sprintName": "Backlog",
"sprintNumber": null,
"closedDate": null,
"title": "Identifying links between data - Locations"
},
{
"workitemId": 1200168627846699,
"projectName": "CFIX - ITU Project",
"createdDate": "4/8/2021 8:25:45 AM +00:00",
"sprintName": "Backlog",
"sprintNumber": null,
"closedDate": null,
"title": "OData feed"
},
{
"workitemId": 1200168564622201,
"projectName": "CFIX - ITU Project",
"createdDate": "4/8/2021 8:25:24 AM +00:00",
"sprintName": "Backlog",
"sprintNumber": null,
"closedDate": null,
"title": "DEFINITION OF DONE (DoD)"
},
{
"workitemId": 1200168564622205,
"projectName": "CFIX - ITU Project",
"createdDate": "4/8/2021 8:25:24 AM +00:00",
"sprintName": "Backlog",
"sprintNumber": null,
"closedDate": null,
"title": "DEFINITION OF READY (DoR)"
},
{
"workitemId": 1200168627503521,
"projectName": "CFIX - ITU Project",
"createdDate": "4/8/2021 8:25:31 AM +00:00",
"sprintName": "Backlog",
"sprintNumber": null,
"closedDate": null,
"title": "PRODUCT GOAL"
},
{
"workitemId": 1200364096963102,
"projectName": "CFIX - ITU Project",
"createdDate": "5/21/2021 8:06:22 AM +00:00",
"sprintName": "Backlog",
"sprintNumber": null,
"closedDate": null,
"title": "GraphQL for existing data in Hobbes"
},
{
"workitemId": 1200164211891191,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 1:19:01 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": null,
"title": "SPRINT 1 GOAL: Establishing the project foundation and familiarize with Hobbes"
},
{
"workitemId": 1200164152098515,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 1:19:49 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": null,
"title": "GraphQL for existing data in Hobbes - 20 Story Points"
},
{
"workitemId": 1200163629839679,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:53:55 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": null,
"title": "Create deployment pipeline"
},
{
"workitemId": 1200164151154492,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 1:19:24 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": null,
"title": "Data modeling"
},
{
"workitemId": 1200164151870503,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 1:19:42 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": null,
"title": "Implement querying"
},
{
"workitemId": 1200164151893791,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 1:19:43 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": null,
"title": "Changes to existing data format to include metadata (searchable tags and type for GQL)"
},
{
"workitemId": 1200163629839681,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:54:18 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": null,
"title": "Figure out how to get data from Hobbes"
},
{
"workitemId": 1200164151186574,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 1:19:24 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": null,
"title": "Create a container with a service endpoint"
},
{
"workitemId": 1200164151218672,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 1:19:25 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": null,
"title": "Change Kubernetes deployment to include new container"
},
{
"workitemId": 1200164259489882,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 1:19:10 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": "4/6/2021 12:47:30 PM +00:00",
"title": "Setting up development environments"
},
{
"workitemId": 1200164259505673,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 1:19:11 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": "4/6/2021 12:47:51 PM +00:00",
"title": "Get familiarized with technologies"
},
{
"workitemId": 1200164211912025,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 1:19:02 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": "4/6/2021 12:50:03 PM +00:00",
"title": "Group documentation"
},
{
"workitemId": 1200164259441106,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 1:19:09 PM +00:00",
"sprintName": "Sprint 1",
"sprintNumber": 1,
"closedDate": "5/26/2021 10:17:16 AM +00:00",
"title": "Scrum Team Agreement"
},
{
"workitemId": 1200165205361584,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:43:47 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": null,
"title": "SPRINT 2 GOAL: GraphQL & Project Foundation"
},
{
"workitemId": 1200165117865997,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:40 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": null,
"title": "GraphQL for existing data in Hobbes - 20 Story Points"
},
{
"workitemId": 1200165117760286,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:36 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": null,
"title": "Create deployment pipeline"
},
{
"workitemId": 1200165117800033,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:37 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": null,
"title": "Implement querying"
},
{
"workitemId": 1200165117836353,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:38 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": null,
"title": "Changes to existing data format to include metadata (searchable tags and type for GQL)"
},
{
"workitemId": 1200165117851326,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:39 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": null,
"title": "Figure out how to get data from Hobbes"
},
{
"workitemId": 1200165145793751,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:21 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": null,
"title": "Data modeling"
},
{
"workitemId": 1200165145831235,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:22 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": null,
"title": "Create a container with a service endpoint"
},
{
"workitemId": 1200165145872693,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:23 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": null,
"title": "Change Kubernetes deployment to include new container"
},
{
"workitemId": 1200165206017705,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:09 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": "4/6/2021 12:47:30 PM +00:00",
"title": "Setting up development environments"
},
{
"workitemId": 1200165206029150,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:09 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": "4/6/2021 12:47:51 PM +00:00",
"title": "Get familiarized with technologies"
},
{
"workitemId": 1200165145593071,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:15 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": "4/6/2021 12:48:19 PM +00:00",
"title": "[ACTION] Review team agreement "
},
{
"workitemId": 1200165145680924,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:17 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": "4/6/2021 12:48:37 PM +00:00",
"title": "[ACTION] Team building activities"
},
{
"workitemId": 1200165117585452,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:31 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": "4/7/2021 3:53:08 PM +00:00",
"title": "[ACTION] Status meeting"
},
{
"workitemId": 1200165117628790,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:44:32 PM +00:00",
"sprintName": "Sprint 2",
"sprintNumber": 2,
"closedDate": "4/7/2021 3:53:10 PM +00:00",
"title": "[ACTION] Meeting after Sprint Planning"
},
{
"workitemId": 1200162263566988,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 9:38:42 AM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": null,
"title": "SPRINT GOAL 3: Complete Deployment Pipeline"
},
{
"workitemId": 1200159073967066,
"projectName": "CFIX - ITU Project",
"createdDate": "4/6/2021 4:30:55 PM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": null,
"title": "As an employee, I can query across projects included in Hobbes with a specific sprint, so that I can analyze sprints"
},
{
"workitemId": 1200157973471626,
"projectName": "CFIX - ITU Project",
"createdDate": "4/6/2021 12:46:14 PM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": null,
"title": "Changes to existing data format to include metadata (searchable tags and type for GQL)"
},
{
"workitemId": 1200175648228601,
"projectName": "CFIX - ITU Project",
"createdDate": "4/9/2021 2:28:31 PM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": null,
"title": "Setting up a test environment."
},
{
"workitemId": 1200174813633017,
"projectName": "CFIX - ITU Project",
"createdDate": "4/9/2021 11:40:36 AM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": null,
"title": "Create tests for deplyoment"
},
{
"workitemId": 1200163396614473,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 10:24:26 AM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": null,
"title": "Accessing real data"
},
{
"workitemId": 1200157973471632,
"projectName": "CFIX - ITU Project",
"createdDate": "4/6/2021 12:46:59 PM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": null,
"title": "Create a container with a service endpoint"
},
{
"workitemId": 1200157973471634,
"projectName": "CFIX - ITU Project",
"createdDate": "4/6/2021 12:47:16 PM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": null,
"title": "Change Kubernetes deployment to include new container"
},
{
"workitemId": 1200157973471618,
"projectName": "CFIX - ITU Project",
"createdDate": "4/6/2021 12:45:21 PM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "5/5/2021 11:10:03 AM +00:00",
"title": "GraphQL for existing data in Hobbes - 13 Story Points"
},
{
"workitemId": 1200162263566981,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 9:11:08 AM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "4/19/2021 6:16:01 PM +00:00",
"title": "[ACTION] Morning Meeting - 9 am"
},
{
"workitemId": 1200157973471622,
"projectName": "CFIX - ITU Project",
"createdDate": "4/6/2021 12:45:47 PM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "4/19/2021 6:16:03 PM +00:00",
"title": "Data modeling"
},
{
"workitemId": 1200157973471624,
"projectName": "CFIX - ITU Project",
"createdDate": "4/6/2021 12:46:00 PM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "4/19/2021 6:16:03 PM +00:00",
"title": "Implement querying"
},
{
"workitemId": 1200168538701143,
"projectName": "CFIX - ITU Project",
"createdDate": "4/8/2021 8:24:33 AM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "4/19/2021 6:16:05 PM +00:00",
"title": "Figure out how to get data from Hobbes"
},
{
"workitemId": 1200162263566985,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 9:12:15 AM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "4/16/2021 7:27:11 AM +00:00",
"title": "[ACTION] Team Communication"
},
{
"workitemId": 1200163396614475,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 10:34:39 AM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "4/12/2021 1:48:47 PM +00:00",
"title": "Talk with Rune about pipeline"
},
{
"workitemId": 1200163540439386,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 11:21:05 AM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "4/12/2021 1:48:48 PM +00:00",
"title": "Create YML file for build script in Azure pipeline"
},
{
"workitemId": 1200159073967064,
"projectName": "CFIX - ITU Project",
"createdDate": "4/6/2021 4:30:34 PM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "4/12/2021 1:48:49 PM +00:00",
"title": "Build a deployment pipeline with Kubernetes"
},
{
"workitemId": 1200194025809092,
"projectName": "CFIX - ITU Project",
"createdDate": "4/14/2021 1:28:30 PM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "4/16/2021 7:34:38 AM +00:00",
"title": "[ACTION] Status meeting - 7/4"
},
{
"workitemId": 1200194025809095,
"projectName": "CFIX - ITU Project",
"createdDate": "4/14/2021 1:30:15 PM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "4/16/2021 7:34:37 AM +00:00",
"title": "[ACTION] Status meeting - 14/4"
},
{
"workitemId": 1200205712450929,
"projectName": "CFIX - ITU Project",
"createdDate": "4/16/2021 7:29:55 AM +00:00",
"sprintName": "Sprint 3",
"sprintNumber": 3,
"closedDate": "4/20/2021 10:13:08 AM +00:00",
"title": "[ACTION] Status meeting - 16/4"
},
{
"workitemId": 1200165207722760,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:45:00 PM +00:00",
"sprintName": "Sprint 4",
"sprintNumber": 4,
"closedDate": null,
"title": "SPRINT GOAL 4: Getting tests running and creating a stub"
},
{
"workitemId": 1200165207808198,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:45:03 PM +00:00",
"sprintName": "Sprint 4",
"sprintNumber": 4,
"closedDate": null,
"title": "Querying across project models"
},
{
"workitemId": 1200226574458339,
"projectName": "CFIX - ITU Project",
"createdDate": "4/21/2021 9:39:56 AM +00:00",
"sprintName": "Sprint 4",
"sprintNumber": 4,
"closedDate": null,
"title": "As a software developer board member, I want to be able to compare perfomance data across projects."
},
{
"workitemId": 1200226562367857,
"projectName": "CFIX - ITU Project",
"createdDate": "4/21/2021 8:55:38 AM +00:00",
"sprintName": "Sprint 4",
"sprintNumber": 4,
"closedDate": null,
"title": "Write test for GraphQL"
},
{
"workitemId": 1200226554982516,
"projectName": "CFIX - ITU Project",
"createdDate": "4/21/2021 9:22:33 AM +00:00",
"sprintName": "Sprint 4",
"sprintNumber": 4,
"closedDate": null,
"title": "Figure out how to get data in a similar way to hobbes"
},
{
"workitemId": 1200226445106280,
"projectName": "CFIX - ITU Project",
"createdDate": "4/21/2021 8:39:38 AM +00:00",
"sprintName": "Sprint 4",
"sprintNumber": 4,
"closedDate": "5/24/2021 10:30:45 AM +00:00",
"title": "[Action] Breaks"
},
{
"workitemId": 1200226445106278,
"projectName": "CFIX - ITU Project",
"createdDate": "4/21/2021 8:39:32 AM +00:00",
"sprintName": "Sprint 4",
"sprintNumber": 4,
"closedDate": "5/5/2021 11:09:55 AM +00:00",
"title": "[Action] Create new working groups"
},
{
"workitemId": 1200226445106282,
"projectName": "CFIX - ITU Project",
"createdDate": "4/21/2021 8:40:42 AM +00:00",
"sprintName": "Sprint 4",
"sprintNumber": 4,
"closedDate": "5/5/2021 11:09:56 AM +00:00",
"title": "[Action] Knowledge sharing meeting"
},
{
"workitemId": 1200226514962034,
"projectName": "CFIX - ITU Project",
"createdDate": "4/21/2021 9:29:53 AM +00:00",
"sprintName": "Sprint 4",
"sprintNumber": 4,
"closedDate": "5/5/2021 11:09:57 AM +00:00",
"title": "Creating a Stub for data"
},
{
"workitemId": 1200165171054995,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:56:33 PM +00:00",
"sprintName": "Sprint 5",
"sprintNumber": 5,
"closedDate": null,
"title": "SPRINT GOAL 5: Complete Querying across project models and creating test data for identifying links between data-persons"
},
{
"workitemId": 1200165171104044,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:56:35 PM +00:00",
"sprintName": "Sprint 5",
"sprintNumber": 5,
"closedDate": null,
"title": "Querying across project models - 5 story points"
},
{
"workitemId": 1200165171118702,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 3:56:35 PM +00:00",
"sprintName": "Sprint 5",
"sprintNumber": 5,
"closedDate": null,
"title": "Identifying links between data - Persons"
},
{
"workitemId": 1200289048565820,
"projectName": "CFIX - ITU Project",
"createdDate": "5/5/2021 9:42:06 AM +00:00",
"sprintName": "Sprint 5",
"sprintNumber": 5,
"closedDate": null,
"title": "Creating test data for identifying links between data"
},
{
"workitemId": 1200301436115971,
"projectName": "CFIX - ITU Project",
"createdDate": "5/7/2021 9:52:34 AM +00:00",
"sprintName": "Sprint 5",
"sprintNumber": 5,
"closedDate": null,
"title": "Change the type structure so that it matches the test data"
},
{
"workitemId": 1200289687616594,
"projectName": "CFIX - ITU Project",
"createdDate": "5/5/2021 9:36:13 AM +00:00",
"sprintName": "Sprint 5",
"sprintNumber": 5,
"closedDate": null,
"title": "Test if our implementation works with the test data"
},
{
"workitemId": 1200289679944304,
"projectName": "CFIX - ITU Project",
"createdDate": "5/5/2021 8:54:33 AM +00:00",
"sprintName": "Sprint 5",
"sprintNumber": 5,
"closedDate": null,
"title": "Write tests for GraphQL"
},
{
"workitemId": 1200300874263258,
"projectName": "CFIX - ITU Project",
"createdDate": "5/7/2021 7:56:01 AM +00:00",
"sprintName": "Sprint 5",
"sprintNumber": 5,
"closedDate": null,
"title": "[Suggestion] Use Asanas api to get data"
},
{
"workitemId": 1200364096963089,
"projectName": "CFIX - ITU Project",
"createdDate": "5/21/2021 7:44:17 AM +00:00",
"sprintName": "Sprint 5",
"sprintNumber": 5,
"closedDate": null,
"title": "[ACTION] Review DoD"
},
{
"workitemId": 1200364096963091,
"projectName": "CFIX - ITU Project",
"createdDate": "5/21/2021 7:44:21 AM +00:00",
"sprintName": "Sprint 5",
"sprintNumber": 5,
"closedDate": "5/21/2021 7:44:45 AM +00:00",
"title": "[ACTION] Change working groups"
},
{
"workitemId": 1200165249103065,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 4:05:23 PM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": null,
"title": "SRINT GOAL 6: Complete Querying across project models. Deploy the tests for GraphQL and get data from Asana working with Hobbes"
},
{
"workitemId": 1200165190226800,
"projectName": "CFIX - ITU Project",
"createdDate": "4/7/2021 4:05:38 PM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": null,
"title": "Querying across project models"
},
{
"workitemId": 1200371678522122,
"projectName": "CFIX - ITU Project",
"createdDate": "5/24/2021 7:10:04 AM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": null,
"title": "Exam Presentation"
},
{
"workitemId": 1200352094747069,
"projectName": "CFIX - ITU Project",
"createdDate": "5/19/2021 8:35:16 AM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": "5/26/2021 2:31:13 PM +00:00",
"title": " Write tests for GraphQL"
},
{
"workitemId": 1200352044316198,
"projectName": "CFIX - ITU Project",
"createdDate": "5/19/2021 8:59:28 AM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": "5/26/2021 2:29:57 PM +00:00",
"title": "[ACTION] Meet at ITU"
},
{
"workitemId": 1200352094747071,
"projectName": "CFIX - ITU Project",
"createdDate": "5/19/2021 8:38:51 AM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": "5/26/2021 2:30:47 PM +00:00",
"title": "Use Asanas api to get the data"
},
{
"workitemId": 1200364301994582,
"projectName": "CFIX - ITU Project",
"createdDate": "5/21/2021 8:35:52 AM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": "5/26/2021 2:30:52 PM +00:00",
"title": "Figure out how to load data from database"
},
{
"workitemId": 1200366022243913,
"projectName": "CFIX - ITU Project",
"createdDate": "5/21/2021 2:18:47 PM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": "5/26/2021 2:30:48 PM +00:00",
"title": "Figure out how to visualize data with Asana"
},
{
"workitemId": 1200364946084216,
"projectName": "CFIX - ITU Project",
"createdDate": "5/21/2021 11:01:20 AM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": "5/26/2021 2:30:41 PM +00:00",
"title": "Handle exception 404"
},
{
"workitemId": 1200352094747067,
"projectName": "CFIX - ITU Project",
"createdDate": "5/19/2021 8:33:52 AM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": "5/21/2021 10:56:44 AM +00:00",
"title": "Change the type structure so that it matches the test data"
},
{
"workitemId": 1200352044316191,
"projectName": "CFIX - ITU Project",
"createdDate": "5/19/2021 8:34:07 AM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": "5/21/2021 10:56:43 AM +00:00",
"title": "Test if our implementation works with the test data"
},
{
"workitemId": 1200352738457178,
"projectName": "CFIX - ITU Project",
"createdDate": "5/19/2021 9:26:28 AM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": "5/19/2021 6:17:17 PM +00:00",
"title": "[ACTION] Talk with PO about availability"
},
{
"workitemId": 1200352044316193,
"projectName": "CFIX - ITU Project",
"createdDate": "5/19/2021 8:58:36 AM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": "5/21/2021 8:03:11 AM +00:00",
"title": "[ACTION] Plan presentation work"
},
{
"workitemId": 1200352502380605,
"projectName": "CFIX - ITU Project",
"createdDate": "5/19/2021 8:58:31 AM +00:00",
"sprintName": "Sprint 6",
"sprintNumber": 6,
"closedDate": "5/21/2021 8:33:00 AM +00:00",
"title": "[ACTION] Discuss reviewed DoD"
}
]
}