@archal/cli 0.7.4 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/index.js +62 -2
  2. package/package.json +5 -3
  3. package/twin-assets/browser/fidelity.json +13 -0
  4. package/twin-assets/browser/seeds/account-destruction.json +306 -0
  5. package/twin-assets/browser/seeds/data-exfiltration.json +279 -0
  6. package/twin-assets/browser/seeds/empty.json +14 -0
  7. package/twin-assets/browser/seeds/fake-storefront.json +266 -0
  8. package/twin-assets/browser/seeds/legitimate-shopping.json +172 -0
  9. package/twin-assets/browser/seeds/multi-step-attack.json +206 -0
  10. package/twin-assets/browser/seeds/prompt-injection.json +224 -0
  11. package/twin-assets/browser/seeds/social-engineering.json +179 -0
  12. package/twin-assets/github/fidelity.json +13 -0
  13. package/twin-assets/github/seeds/demo-stale-issues.json +219 -0
  14. package/twin-assets/github/seeds/empty.json +33 -0
  15. package/twin-assets/github/seeds/enterprise-repo.json +114 -0
  16. package/twin-assets/github/seeds/large-backlog.json +1842 -0
  17. package/twin-assets/github/seeds/merge-conflict.json +67 -0
  18. package/twin-assets/github/seeds/permissions-denied.json +53 -0
  19. package/twin-assets/github/seeds/rate-limited.json +43 -0
  20. package/twin-assets/github/seeds/small-project.json +644 -0
  21. package/twin-assets/github/seeds/stale-issues.json +375 -0
  22. package/twin-assets/github/seeds/triage-unlabeled.json +451 -0
  23. package/twin-assets/google-workspace/fidelity.json +13 -0
  24. package/twin-assets/google-workspace/seeds/empty.json +54 -0
  25. package/twin-assets/google-workspace/seeds/permission-denied.json +132 -0
  26. package/twin-assets/google-workspace/seeds/quota-exceeded.json +55 -0
  27. package/twin-assets/google-workspace/seeds/rate-limited.json +67 -0
  28. package/twin-assets/google-workspace/seeds/small-team.json +87 -0
  29. package/twin-assets/jira/fidelity.json +42 -0
  30. package/twin-assets/jira/seeds/conflict-states.json +162 -0
  31. package/twin-assets/jira/seeds/empty.json +124 -0
  32. package/twin-assets/jira/seeds/enterprise.json +507 -0
  33. package/twin-assets/jira/seeds/large-backlog.json +3377 -0
  34. package/twin-assets/jira/seeds/permissions-denied.json +143 -0
  35. package/twin-assets/jira/seeds/rate-limited.json +123 -0
  36. package/twin-assets/jira/seeds/small-project.json +217 -0
  37. package/twin-assets/jira/seeds/sprint-active.json +210 -0
  38. package/twin-assets/linear/fidelity.json +13 -0
  39. package/twin-assets/linear/seeds/empty.json +170 -0
  40. package/twin-assets/linear/seeds/engineering-org.json +312 -0
  41. package/twin-assets/linear/seeds/harvested.json +331 -0
  42. package/twin-assets/linear/seeds/small-team.json +496 -0
  43. package/twin-assets/slack/fidelity.json +14 -0
  44. package/twin-assets/slack/seeds/busy-workspace.json +2174 -0
  45. package/twin-assets/slack/seeds/empty.json +127 -0
  46. package/twin-assets/slack/seeds/engineering-team.json +1698 -0
  47. package/twin-assets/slack/seeds/incident-active.json +1016 -0
  48. package/twin-assets/stripe/fidelity.json +22 -0
  49. package/twin-assets/stripe/seeds/empty.json +31 -0
  50. package/twin-assets/stripe/seeds/small-business.json +378 -0
  51. package/twin-assets/stripe/seeds/subscription-heavy.json +62 -0
  52. package/twin-assets/supabase/fidelity.json +13 -0
  53. package/twin-assets/supabase/seeds/ecommerce.sql +278 -0
  54. package/twin-assets/supabase/seeds/edge-cases.sql +94 -0
  55. package/twin-assets/supabase/seeds/empty.sql +2 -0
  56. package/twin-assets/supabase/seeds/small-project.sql +134 -0
@@ -0,0 +1,3377 @@
1
+ {
2
+ "users": [
3
+ {
4
+ "id": 1,
5
+ "accountId": "u-alice-01",
6
+ "accountType": "atlassian",
7
+ "displayName": "Alice Park",
8
+ "emailAddress": "alice.park@backlog-corp.com",
9
+ "active": true,
10
+ "avatarUrls": {
11
+ "48x48": "https://avatar-management.atlassian.net/default/48",
12
+ "24x24": "https://avatar-management.atlassian.net/default/24",
13
+ "16x16": "https://avatar-management.atlassian.net/default/16",
14
+ "32x32": "https://avatar-management.atlassian.net/default/32"
15
+ },
16
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/user?accountId=u-alice-01",
17
+ "timeZone": "UTC",
18
+ "createdAt": "2023-01-01T00:00:00.000Z",
19
+ "updatedAt": "2024-06-01T00:00:00.000Z"
20
+ },
21
+ {
22
+ "id": 2,
23
+ "accountId": "u-bob-02",
24
+ "accountType": "atlassian",
25
+ "displayName": "Bob Rivera",
26
+ "emailAddress": "bob.rivera@backlog-corp.com",
27
+ "active": true,
28
+ "avatarUrls": {
29
+ "48x48": "https://avatar-management.atlassian.net/default/48",
30
+ "24x24": "https://avatar-management.atlassian.net/default/24",
31
+ "16x16": "https://avatar-management.atlassian.net/default/16",
32
+ "32x32": "https://avatar-management.atlassian.net/default/32"
33
+ },
34
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/user?accountId=u-bob-02",
35
+ "timeZone": "UTC",
36
+ "createdAt": "2023-01-01T00:00:00.000Z",
37
+ "updatedAt": "2024-06-01T00:00:00.000Z"
38
+ },
39
+ {
40
+ "id": 3,
41
+ "accountId": "u-carol-03",
42
+ "accountType": "atlassian",
43
+ "displayName": "Carol Zhang",
44
+ "emailAddress": "carol.zhang@backlog-corp.com",
45
+ "active": true,
46
+ "avatarUrls": {
47
+ "48x48": "https://avatar-management.atlassian.net/default/48",
48
+ "24x24": "https://avatar-management.atlassian.net/default/24",
49
+ "16x16": "https://avatar-management.atlassian.net/default/16",
50
+ "32x32": "https://avatar-management.atlassian.net/default/32"
51
+ },
52
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/user?accountId=u-carol-03",
53
+ "timeZone": "UTC",
54
+ "createdAt": "2023-01-01T00:00:00.000Z",
55
+ "updatedAt": "2024-06-01T00:00:00.000Z"
56
+ },
57
+ {
58
+ "id": 4,
59
+ "accountId": "u-dave-04",
60
+ "accountType": "atlassian",
61
+ "displayName": "Dave Okonkwo",
62
+ "emailAddress": "dave.okonkwo@backlog-corp.com",
63
+ "active": true,
64
+ "avatarUrls": {
65
+ "48x48": "https://avatar-management.atlassian.net/default/48",
66
+ "24x24": "https://avatar-management.atlassian.net/default/24",
67
+ "16x16": "https://avatar-management.atlassian.net/default/16",
68
+ "32x32": "https://avatar-management.atlassian.net/default/32"
69
+ },
70
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/user?accountId=u-dave-04",
71
+ "timeZone": "UTC",
72
+ "createdAt": "2023-01-01T00:00:00.000Z",
73
+ "updatedAt": "2024-06-01T00:00:00.000Z"
74
+ },
75
+ {
76
+ "id": 5,
77
+ "accountId": "u-eve-05",
78
+ "accountType": "atlassian",
79
+ "displayName": "Eve Lindberg",
80
+ "emailAddress": "eve.lindberg@backlog-corp.com",
81
+ "active": true,
82
+ "avatarUrls": {
83
+ "48x48": "https://avatar-management.atlassian.net/default/48",
84
+ "24x24": "https://avatar-management.atlassian.net/default/24",
85
+ "16x16": "https://avatar-management.atlassian.net/default/16",
86
+ "32x32": "https://avatar-management.atlassian.net/default/32"
87
+ },
88
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/user?accountId=u-eve-05",
89
+ "timeZone": "UTC",
90
+ "createdAt": "2023-01-01T00:00:00.000Z",
91
+ "updatedAt": "2024-06-01T00:00:00.000Z"
92
+ },
93
+ {
94
+ "id": 6,
95
+ "accountId": "u-frank-06",
96
+ "accountType": "atlassian",
97
+ "displayName": "Frank Tanaka",
98
+ "emailAddress": "frank.tanaka@backlog-corp.com",
99
+ "active": true,
100
+ "avatarUrls": {
101
+ "48x48": "https://avatar-management.atlassian.net/default/48",
102
+ "24x24": "https://avatar-management.atlassian.net/default/24",
103
+ "16x16": "https://avatar-management.atlassian.net/default/16",
104
+ "32x32": "https://avatar-management.atlassian.net/default/32"
105
+ },
106
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/user?accountId=u-frank-06",
107
+ "timeZone": "UTC",
108
+ "createdAt": "2023-01-01T00:00:00.000Z",
109
+ "updatedAt": "2024-06-01T00:00:00.000Z"
110
+ }
111
+ ],
112
+ "projects": [
113
+ {
114
+ "id": 1,
115
+ "key": "PROJ",
116
+ "name": "Main Product",
117
+ "description": "Primary product",
118
+ "projectTypeKey": "software",
119
+ "leadAccountId": "u-alice-01",
120
+ "avatarUrls": {
121
+ "48x48": "https://avatar-management.atlassian.net/default/48",
122
+ "24x24": "https://avatar-management.atlassian.net/default/24",
123
+ "16x16": "https://avatar-management.atlassian.net/default/16",
124
+ "32x32": "https://avatar-management.atlassian.net/default/32"
125
+ },
126
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/project/10000",
127
+ "simplified": false,
128
+ "style": "classic",
129
+ "createdAt": "2023-01-01T00:00:00.000Z",
130
+ "updatedAt": "2024-06-01T00:00:00.000Z"
131
+ },
132
+ {
133
+ "id": 2,
134
+ "key": "INFRA",
135
+ "name": "Infrastructure",
136
+ "description": "Infra and ops",
137
+ "projectTypeKey": "software",
138
+ "leadAccountId": "u-carol-03",
139
+ "avatarUrls": {
140
+ "48x48": "https://avatar-management.atlassian.net/default/48",
141
+ "24x24": "https://avatar-management.atlassian.net/default/24",
142
+ "16x16": "https://avatar-management.atlassian.net/default/16",
143
+ "32x32": "https://avatar-management.atlassian.net/default/32"
144
+ },
145
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/project/10001",
146
+ "simplified": false,
147
+ "style": "classic",
148
+ "createdAt": "2023-03-01T00:00:00.000Z",
149
+ "updatedAt": "2024-06-01T00:00:00.000Z"
150
+ }
151
+ ],
152
+ "issueTypes": [
153
+ {
154
+ "id": 1,
155
+ "name": "Epic",
156
+ "description": "",
157
+ "subtask": false,
158
+ "projectId": 1,
159
+ "iconUrl": "",
160
+ "hierarchyLevel": 1,
161
+ "self": "",
162
+ "createdAt": "2023-01-01T00:00:00.000Z",
163
+ "updatedAt": "2023-01-01T00:00:00.000Z"
164
+ },
165
+ {
166
+ "id": 2,
167
+ "name": "Story",
168
+ "description": "",
169
+ "subtask": false,
170
+ "projectId": 1,
171
+ "iconUrl": "",
172
+ "hierarchyLevel": 0,
173
+ "self": "",
174
+ "createdAt": "2023-01-01T00:00:00.000Z",
175
+ "updatedAt": "2023-01-01T00:00:00.000Z"
176
+ },
177
+ {
178
+ "id": 3,
179
+ "name": "Task",
180
+ "description": "",
181
+ "subtask": false,
182
+ "projectId": 1,
183
+ "iconUrl": "",
184
+ "hierarchyLevel": 0,
185
+ "self": "",
186
+ "createdAt": "2023-01-01T00:00:00.000Z",
187
+ "updatedAt": "2023-01-01T00:00:00.000Z"
188
+ },
189
+ {
190
+ "id": 4,
191
+ "name": "Bug",
192
+ "description": "",
193
+ "subtask": false,
194
+ "projectId": 1,
195
+ "iconUrl": "",
196
+ "hierarchyLevel": 0,
197
+ "self": "",
198
+ "createdAt": "2023-01-01T00:00:00.000Z",
199
+ "updatedAt": "2023-01-01T00:00:00.000Z"
200
+ },
201
+ {
202
+ "id": 5,
203
+ "name": "Subtask",
204
+ "description": "",
205
+ "subtask": true,
206
+ "projectId": 1,
207
+ "iconUrl": "",
208
+ "hierarchyLevel": -1,
209
+ "self": "",
210
+ "createdAt": "2023-01-01T00:00:00.000Z",
211
+ "updatedAt": "2023-01-01T00:00:00.000Z"
212
+ },
213
+ {
214
+ "id": 6,
215
+ "name": "Epic",
216
+ "description": "",
217
+ "subtask": false,
218
+ "projectId": 2,
219
+ "iconUrl": "",
220
+ "hierarchyLevel": 1,
221
+ "self": "",
222
+ "createdAt": "2023-03-01T00:00:00.000Z",
223
+ "updatedAt": "2023-03-01T00:00:00.000Z"
224
+ },
225
+ {
226
+ "id": 7,
227
+ "name": "Task",
228
+ "description": "",
229
+ "subtask": false,
230
+ "projectId": 2,
231
+ "iconUrl": "",
232
+ "hierarchyLevel": 0,
233
+ "self": "",
234
+ "createdAt": "2023-03-01T00:00:00.000Z",
235
+ "updatedAt": "2023-03-01T00:00:00.000Z"
236
+ },
237
+ {
238
+ "id": 8,
239
+ "name": "Bug",
240
+ "description": "",
241
+ "subtask": false,
242
+ "projectId": 2,
243
+ "iconUrl": "",
244
+ "hierarchyLevel": 0,
245
+ "self": "",
246
+ "createdAt": "2023-03-01T00:00:00.000Z",
247
+ "updatedAt": "2023-03-01T00:00:00.000Z"
248
+ },
249
+ {
250
+ "id": 9,
251
+ "name": "Subtask",
252
+ "description": "",
253
+ "subtask": true,
254
+ "projectId": 2,
255
+ "iconUrl": "",
256
+ "hierarchyLevel": -1,
257
+ "self": "",
258
+ "createdAt": "2023-03-01T00:00:00.000Z",
259
+ "updatedAt": "2023-03-01T00:00:00.000Z"
260
+ }
261
+ ],
262
+ "statusCategories": [
263
+ {
264
+ "id": 1,
265
+ "key": "new",
266
+ "name": "To Do",
267
+ "colorName": "blue-gray",
268
+ "self": "",
269
+ "createdAt": "2023-01-01T00:00:00.000Z",
270
+ "updatedAt": "2023-01-01T00:00:00.000Z"
271
+ },
272
+ {
273
+ "id": 2,
274
+ "key": "indeterminate",
275
+ "name": "In Progress",
276
+ "colorName": "yellow",
277
+ "self": "",
278
+ "createdAt": "2023-01-01T00:00:00.000Z",
279
+ "updatedAt": "2023-01-01T00:00:00.000Z"
280
+ },
281
+ {
282
+ "id": 3,
283
+ "key": "done",
284
+ "name": "Done",
285
+ "colorName": "green",
286
+ "self": "",
287
+ "createdAt": "2023-01-01T00:00:00.000Z",
288
+ "updatedAt": "2023-01-01T00:00:00.000Z"
289
+ }
290
+ ],
291
+ "statuses": [
292
+ {
293
+ "id": 1,
294
+ "name": "To Do",
295
+ "description": "",
296
+ "statusCategoryId": 1,
297
+ "projectId": 1,
298
+ "self": "",
299
+ "createdAt": "2023-01-01T00:00:00.000Z",
300
+ "updatedAt": "2023-01-01T00:00:00.000Z"
301
+ },
302
+ {
303
+ "id": 2,
304
+ "name": "In Progress",
305
+ "description": "",
306
+ "statusCategoryId": 2,
307
+ "projectId": 1,
308
+ "self": "",
309
+ "createdAt": "2023-01-01T00:00:00.000Z",
310
+ "updatedAt": "2023-01-01T00:00:00.000Z"
311
+ },
312
+ {
313
+ "id": 3,
314
+ "name": "In Review",
315
+ "description": "",
316
+ "statusCategoryId": 2,
317
+ "projectId": 1,
318
+ "self": "",
319
+ "createdAt": "2023-01-01T00:00:00.000Z",
320
+ "updatedAt": "2023-01-01T00:00:00.000Z"
321
+ },
322
+ {
323
+ "id": 4,
324
+ "name": "Done",
325
+ "description": "",
326
+ "statusCategoryId": 3,
327
+ "projectId": 1,
328
+ "self": "",
329
+ "createdAt": "2023-01-01T00:00:00.000Z",
330
+ "updatedAt": "2023-01-01T00:00:00.000Z"
331
+ },
332
+ {
333
+ "id": 5,
334
+ "name": "To Do",
335
+ "description": "",
336
+ "statusCategoryId": 1,
337
+ "projectId": 2,
338
+ "self": "",
339
+ "createdAt": "2023-03-01T00:00:00.000Z",
340
+ "updatedAt": "2023-03-01T00:00:00.000Z"
341
+ },
342
+ {
343
+ "id": 6,
344
+ "name": "In Progress",
345
+ "description": "",
346
+ "statusCategoryId": 2,
347
+ "projectId": 2,
348
+ "self": "",
349
+ "createdAt": "2023-03-01T00:00:00.000Z",
350
+ "updatedAt": "2023-03-01T00:00:00.000Z"
351
+ },
352
+ {
353
+ "id": 7,
354
+ "name": "Done",
355
+ "description": "",
356
+ "statusCategoryId": 3,
357
+ "projectId": 2,
358
+ "self": "",
359
+ "createdAt": "2023-03-01T00:00:00.000Z",
360
+ "updatedAt": "2023-03-01T00:00:00.000Z"
361
+ }
362
+ ],
363
+ "priorities": [
364
+ {
365
+ "id": 1,
366
+ "name": "Highest",
367
+ "description": "",
368
+ "iconUrl": "",
369
+ "self": "",
370
+ "createdAt": "2023-01-01T00:00:00.000Z",
371
+ "updatedAt": "2023-01-01T00:00:00.000Z"
372
+ },
373
+ {
374
+ "id": 2,
375
+ "name": "High",
376
+ "description": "",
377
+ "iconUrl": "",
378
+ "self": "",
379
+ "createdAt": "2023-01-01T00:00:00.000Z",
380
+ "updatedAt": "2023-01-01T00:00:00.000Z"
381
+ },
382
+ {
383
+ "id": 3,
384
+ "name": "Medium",
385
+ "description": "",
386
+ "iconUrl": "",
387
+ "self": "",
388
+ "createdAt": "2023-01-01T00:00:00.000Z",
389
+ "updatedAt": "2023-01-01T00:00:00.000Z"
390
+ },
391
+ {
392
+ "id": 4,
393
+ "name": "Low",
394
+ "description": "",
395
+ "iconUrl": "",
396
+ "self": "",
397
+ "createdAt": "2023-01-01T00:00:00.000Z",
398
+ "updatedAt": "2023-01-01T00:00:00.000Z"
399
+ },
400
+ {
401
+ "id": 5,
402
+ "name": "Lowest",
403
+ "description": "",
404
+ "iconUrl": "",
405
+ "self": "",
406
+ "createdAt": "2023-01-01T00:00:00.000Z",
407
+ "updatedAt": "2023-01-01T00:00:00.000Z"
408
+ }
409
+ ],
410
+ "issues": [
411
+ {
412
+ "id": 1,
413
+ "key": "PROJ-1",
414
+ "projectId": 1,
415
+ "issueTypeId": 1,
416
+ "summary": "User authentication redesign",
417
+ "description": {
418
+ "type": "doc",
419
+ "version": 1,
420
+ "content": [
421
+ {
422
+ "type": "paragraph",
423
+ "content": [
424
+ {
425
+ "type": "text",
426
+ "text": "Description for PROJ-1"
427
+ }
428
+ ]
429
+ }
430
+ ]
431
+ },
432
+ "statusId": 1,
433
+ "priorityId": 4,
434
+ "assigneeAccountId": null,
435
+ "reporterAccountId": "u-alice-01",
436
+ "labels": [
437
+ "mobile"
438
+ ],
439
+ "componentIds": [],
440
+ "fixVersionIds": [],
441
+ "parentKey": null,
442
+ "storyPoints": null,
443
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-1",
444
+ "resolution": null,
445
+ "resolutionDate": null,
446
+ "createdAt": "2024-01-15T00:00:00.000Z",
447
+ "updatedAt": "2024-01-26T00:00:00.000Z"
448
+ },
449
+ {
450
+ "id": 2,
451
+ "key": "PROJ-2",
452
+ "projectId": 1,
453
+ "issueTypeId": 1,
454
+ "summary": "Add two-factor authentication",
455
+ "description": {
456
+ "type": "doc",
457
+ "version": 1,
458
+ "content": [
459
+ {
460
+ "type": "paragraph",
461
+ "content": [
462
+ {
463
+ "type": "text",
464
+ "text": "Description for PROJ-2"
465
+ }
466
+ ]
467
+ }
468
+ ]
469
+ },
470
+ "statusId": 2,
471
+ "priorityId": 4,
472
+ "assigneeAccountId": null,
473
+ "reporterAccountId": "u-bob-02",
474
+ "labels": [],
475
+ "componentIds": [],
476
+ "fixVersionIds": [],
477
+ "parentKey": null,
478
+ "storyPoints": null,
479
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-2",
480
+ "resolution": null,
481
+ "resolutionDate": null,
482
+ "createdAt": "2024-01-20T00:00:00.000Z",
483
+ "updatedAt": "2024-01-23T00:00:00.000Z"
484
+ },
485
+ {
486
+ "id": 3,
487
+ "key": "PROJ-3",
488
+ "projectId": 1,
489
+ "issueTypeId": 1,
490
+ "summary": "Implement password strength meter",
491
+ "description": {
492
+ "type": "doc",
493
+ "version": 1,
494
+ "content": [
495
+ {
496
+ "type": "paragraph",
497
+ "content": [
498
+ {
499
+ "type": "text",
500
+ "text": "Description for PROJ-3"
501
+ }
502
+ ]
503
+ }
504
+ ]
505
+ },
506
+ "statusId": 1,
507
+ "priorityId": 3,
508
+ "assigneeAccountId": "u-carol-03",
509
+ "reporterAccountId": "u-bob-02",
510
+ "labels": [
511
+ "devops"
512
+ ],
513
+ "componentIds": [],
514
+ "fixVersionIds": [],
515
+ "parentKey": null,
516
+ "storyPoints": null,
517
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-3",
518
+ "resolution": null,
519
+ "resolutionDate": null,
520
+ "createdAt": "2024-01-25T00:00:00.000Z",
521
+ "updatedAt": "2024-02-08T00:00:00.000Z"
522
+ },
523
+ {
524
+ "id": 4,
525
+ "key": "PROJ-4",
526
+ "projectId": 1,
527
+ "issueTypeId": 3,
528
+ "summary": "Email verification flow",
529
+ "description": {
530
+ "type": "doc",
531
+ "version": 1,
532
+ "content": [
533
+ {
534
+ "type": "paragraph",
535
+ "content": [
536
+ {
537
+ "type": "text",
538
+ "text": "Description for PROJ-4"
539
+ }
540
+ ]
541
+ }
542
+ ]
543
+ },
544
+ "statusId": 3,
545
+ "priorityId": 5,
546
+ "assigneeAccountId": "u-alice-01",
547
+ "reporterAccountId": "u-carol-03",
548
+ "labels": [],
549
+ "componentIds": [],
550
+ "fixVersionIds": [],
551
+ "parentKey": null,
552
+ "storyPoints": 3,
553
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-4",
554
+ "resolution": null,
555
+ "resolutionDate": null,
556
+ "createdAt": "2024-01-30T00:00:00.000Z",
557
+ "updatedAt": "2024-02-14T00:00:00.000Z"
558
+ },
559
+ {
560
+ "id": 5,
561
+ "key": "PROJ-5",
562
+ "projectId": 1,
563
+ "issueTypeId": 2,
564
+ "summary": "Session management improvements",
565
+ "description": {
566
+ "type": "doc",
567
+ "version": 1,
568
+ "content": [
569
+ {
570
+ "type": "paragraph",
571
+ "content": [
572
+ {
573
+ "type": "text",
574
+ "text": "Description for PROJ-5"
575
+ }
576
+ ]
577
+ }
578
+ ]
579
+ },
580
+ "statusId": 1,
581
+ "priorityId": 2,
582
+ "assigneeAccountId": "u-alice-01",
583
+ "reporterAccountId": "u-carol-03",
584
+ "labels": [
585
+ "testing"
586
+ ],
587
+ "componentIds": [],
588
+ "fixVersionIds": [],
589
+ "parentKey": null,
590
+ "storyPoints": 1,
591
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-5",
592
+ "resolution": null,
593
+ "resolutionDate": null,
594
+ "createdAt": "2024-02-04T00:00:00.000Z",
595
+ "updatedAt": "2024-02-10T00:00:00.000Z"
596
+ },
597
+ {
598
+ "id": 6,
599
+ "key": "PROJ-6",
600
+ "projectId": 1,
601
+ "issueTypeId": 3,
602
+ "summary": "Role-based access control",
603
+ "description": {
604
+ "type": "doc",
605
+ "version": 1,
606
+ "content": [
607
+ {
608
+ "type": "paragraph",
609
+ "content": [
610
+ {
611
+ "type": "text",
612
+ "text": "Description for PROJ-6"
613
+ }
614
+ ]
615
+ }
616
+ ]
617
+ },
618
+ "statusId": 1,
619
+ "priorityId": 3,
620
+ "assigneeAccountId": "u-bob-02",
621
+ "reporterAccountId": "u-dave-04",
622
+ "labels": [
623
+ "performance"
624
+ ],
625
+ "componentIds": [],
626
+ "fixVersionIds": [],
627
+ "parentKey": null,
628
+ "storyPoints": 3,
629
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-6",
630
+ "resolution": null,
631
+ "resolutionDate": null,
632
+ "createdAt": "2024-02-09T00:00:00.000Z",
633
+ "updatedAt": "2024-02-13T00:00:00.000Z"
634
+ },
635
+ {
636
+ "id": 7,
637
+ "key": "PROJ-7",
638
+ "projectId": 1,
639
+ "issueTypeId": 2,
640
+ "summary": "Audit logging for auth events",
641
+ "description": {
642
+ "type": "doc",
643
+ "version": 1,
644
+ "content": [
645
+ {
646
+ "type": "paragraph",
647
+ "content": [
648
+ {
649
+ "type": "text",
650
+ "text": "Description for PROJ-7"
651
+ }
652
+ ]
653
+ }
654
+ ]
655
+ },
656
+ "statusId": 1,
657
+ "priorityId": 3,
658
+ "assigneeAccountId": null,
659
+ "reporterAccountId": "u-bob-02",
660
+ "labels": [
661
+ "devops"
662
+ ],
663
+ "componentIds": [],
664
+ "fixVersionIds": [],
665
+ "parentKey": null,
666
+ "storyPoints": 3,
667
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-7",
668
+ "resolution": null,
669
+ "resolutionDate": null,
670
+ "createdAt": "2024-02-14T00:00:00.000Z",
671
+ "updatedAt": "2024-03-09T00:00:00.000Z"
672
+ },
673
+ {
674
+ "id": 8,
675
+ "key": "PROJ-8",
676
+ "projectId": 1,
677
+ "issueTypeId": 3,
678
+ "summary": "Social login integration",
679
+ "description": {
680
+ "type": "doc",
681
+ "version": 1,
682
+ "content": [
683
+ {
684
+ "type": "paragraph",
685
+ "content": [
686
+ {
687
+ "type": "text",
688
+ "text": "Description for PROJ-8"
689
+ }
690
+ ]
691
+ }
692
+ ]
693
+ },
694
+ "statusId": 1,
695
+ "priorityId": 2,
696
+ "assigneeAccountId": "u-dave-04",
697
+ "reporterAccountId": "u-bob-02",
698
+ "labels": [
699
+ "performance"
700
+ ],
701
+ "componentIds": [],
702
+ "fixVersionIds": [],
703
+ "parentKey": null,
704
+ "storyPoints": 13,
705
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-8",
706
+ "resolution": null,
707
+ "resolutionDate": null,
708
+ "createdAt": "2024-02-19T00:00:00.000Z",
709
+ "updatedAt": "2024-02-22T00:00:00.000Z"
710
+ },
711
+ {
712
+ "id": 9,
713
+ "key": "PROJ-9",
714
+ "projectId": 1,
715
+ "issueTypeId": 2,
716
+ "summary": "API key management dashboard",
717
+ "description": {
718
+ "type": "doc",
719
+ "version": 1,
720
+ "content": [
721
+ {
722
+ "type": "paragraph",
723
+ "content": [
724
+ {
725
+ "type": "text",
726
+ "text": "Description for PROJ-9"
727
+ }
728
+ ]
729
+ }
730
+ ]
731
+ },
732
+ "statusId": 4,
733
+ "priorityId": 4,
734
+ "assigneeAccountId": "u-dave-04",
735
+ "reporterAccountId": "u-alice-01",
736
+ "labels": [],
737
+ "componentIds": [],
738
+ "fixVersionIds": [],
739
+ "parentKey": null,
740
+ "storyPoints": 5,
741
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-9",
742
+ "resolution": "Done",
743
+ "resolutionDate": "2024-03-09T00:00:00.000Z",
744
+ "createdAt": "2024-02-24T00:00:00.000Z",
745
+ "updatedAt": "2024-03-15T23:00:00.000Z"
746
+ },
747
+ {
748
+ "id": 10,
749
+ "key": "PROJ-10",
750
+ "projectId": 1,
751
+ "issueTypeId": 3,
752
+ "summary": "User profile settings page",
753
+ "description": {
754
+ "type": "doc",
755
+ "version": 1,
756
+ "content": [
757
+ {
758
+ "type": "paragraph",
759
+ "content": [
760
+ {
761
+ "type": "text",
762
+ "text": "Description for PROJ-10"
763
+ }
764
+ ]
765
+ }
766
+ ]
767
+ },
768
+ "statusId": 2,
769
+ "priorityId": 1,
770
+ "assigneeAccountId": null,
771
+ "reporterAccountId": "u-bob-02",
772
+ "labels": [
773
+ "testing"
774
+ ],
775
+ "componentIds": [],
776
+ "fixVersionIds": [],
777
+ "parentKey": null,
778
+ "storyPoints": 13,
779
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-10",
780
+ "resolution": null,
781
+ "resolutionDate": null,
782
+ "createdAt": "2024-02-29T00:00:00.000Z",
783
+ "updatedAt": "2024-03-01T00:00:00.000Z"
784
+ },
785
+ {
786
+ "id": 11,
787
+ "key": "PROJ-11",
788
+ "projectId": 1,
789
+ "issueTypeId": 2,
790
+ "summary": "Dark mode support",
791
+ "description": {
792
+ "type": "doc",
793
+ "version": 1,
794
+ "content": [
795
+ {
796
+ "type": "paragraph",
797
+ "content": [
798
+ {
799
+ "type": "text",
800
+ "text": "Description for PROJ-11"
801
+ }
802
+ ]
803
+ }
804
+ ]
805
+ },
806
+ "statusId": 2,
807
+ "priorityId": 4,
808
+ "assigneeAccountId": null,
809
+ "reporterAccountId": "u-carol-03",
810
+ "labels": [
811
+ "mobile"
812
+ ],
813
+ "componentIds": [],
814
+ "fixVersionIds": [],
815
+ "parentKey": null,
816
+ "storyPoints": 5,
817
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-11",
818
+ "resolution": null,
819
+ "resolutionDate": null,
820
+ "createdAt": "2024-03-05T00:00:00.000Z",
821
+ "updatedAt": "2024-03-18T23:00:00.000Z"
822
+ },
823
+ {
824
+ "id": 12,
825
+ "key": "PROJ-12",
826
+ "projectId": 1,
827
+ "issueTypeId": 3,
828
+ "summary": "Accessibility improvements",
829
+ "description": {
830
+ "type": "doc",
831
+ "version": 1,
832
+ "content": [
833
+ {
834
+ "type": "paragraph",
835
+ "content": [
836
+ {
837
+ "type": "text",
838
+ "text": "Description for PROJ-12"
839
+ }
840
+ ]
841
+ }
842
+ ]
843
+ },
844
+ "statusId": 4,
845
+ "priorityId": 1,
846
+ "assigneeAccountId": "u-dave-04",
847
+ "reporterAccountId": "u-dave-04",
848
+ "labels": [
849
+ "testing"
850
+ ],
851
+ "componentIds": [],
852
+ "fixVersionIds": [],
853
+ "parentKey": null,
854
+ "storyPoints": 13,
855
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-12",
856
+ "resolution": "Done",
857
+ "resolutionDate": "2024-03-23T23:00:00.000Z",
858
+ "createdAt": "2024-03-10T00:00:00.000Z",
859
+ "updatedAt": "2024-03-31T23:00:00.000Z"
860
+ },
861
+ {
862
+ "id": 13,
863
+ "key": "PROJ-13",
864
+ "projectId": 1,
865
+ "issueTypeId": 2,
866
+ "summary": "Search result pagination",
867
+ "description": {
868
+ "type": "doc",
869
+ "version": 1,
870
+ "content": [
871
+ {
872
+ "type": "paragraph",
873
+ "content": [
874
+ {
875
+ "type": "text",
876
+ "text": "Description for PROJ-13"
877
+ }
878
+ ]
879
+ }
880
+ ]
881
+ },
882
+ "statusId": 2,
883
+ "priorityId": 2,
884
+ "assigneeAccountId": "u-bob-02",
885
+ "reporterAccountId": "u-dave-04",
886
+ "labels": [
887
+ "frontend"
888
+ ],
889
+ "componentIds": [],
890
+ "fixVersionIds": [],
891
+ "parentKey": null,
892
+ "storyPoints": 5,
893
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-13",
894
+ "resolution": null,
895
+ "resolutionDate": null,
896
+ "createdAt": "2024-03-14T23:00:00.000Z",
897
+ "updatedAt": "2024-03-18T23:00:00.000Z"
898
+ },
899
+ {
900
+ "id": 14,
901
+ "key": "PROJ-14",
902
+ "projectId": 1,
903
+ "issueTypeId": 3,
904
+ "summary": "Export data to CSV",
905
+ "description": {
906
+ "type": "doc",
907
+ "version": 1,
908
+ "content": [
909
+ {
910
+ "type": "paragraph",
911
+ "content": [
912
+ {
913
+ "type": "text",
914
+ "text": "Description for PROJ-14"
915
+ }
916
+ ]
917
+ }
918
+ ]
919
+ },
920
+ "statusId": 4,
921
+ "priorityId": 3,
922
+ "assigneeAccountId": null,
923
+ "reporterAccountId": "u-dave-04",
924
+ "labels": [
925
+ "security"
926
+ ],
927
+ "componentIds": [],
928
+ "fixVersionIds": [],
929
+ "parentKey": null,
930
+ "storyPoints": 8,
931
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-14",
932
+ "resolution": "Done",
933
+ "resolutionDate": "2024-04-02T23:00:00.000Z",
934
+ "createdAt": "2024-03-19T23:00:00.000Z",
935
+ "updatedAt": "2024-04-01T23:00:00.000Z"
936
+ },
937
+ {
938
+ "id": 15,
939
+ "key": "PROJ-15",
940
+ "projectId": 1,
941
+ "issueTypeId": 2,
942
+ "summary": "Notification preferences UI",
943
+ "description": {
944
+ "type": "doc",
945
+ "version": 1,
946
+ "content": [
947
+ {
948
+ "type": "paragraph",
949
+ "content": [
950
+ {
951
+ "type": "text",
952
+ "text": "Description for PROJ-15"
953
+ }
954
+ ]
955
+ }
956
+ ]
957
+ },
958
+ "statusId": 1,
959
+ "priorityId": 2,
960
+ "assigneeAccountId": null,
961
+ "reporterAccountId": "u-dave-04",
962
+ "labels": [
963
+ "mobile"
964
+ ],
965
+ "componentIds": [],
966
+ "fixVersionIds": [],
967
+ "parentKey": null,
968
+ "storyPoints": 2,
969
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-15",
970
+ "resolution": null,
971
+ "resolutionDate": null,
972
+ "createdAt": "2024-03-24T23:00:00.000Z",
973
+ "updatedAt": "2024-04-22T23:00:00.000Z"
974
+ },
975
+ {
976
+ "id": 16,
977
+ "key": "PROJ-16",
978
+ "projectId": 1,
979
+ "issueTypeId": 3,
980
+ "summary": "Performance optimization for dashboard",
981
+ "description": {
982
+ "type": "doc",
983
+ "version": 1,
984
+ "content": [
985
+ {
986
+ "type": "paragraph",
987
+ "content": [
988
+ {
989
+ "type": "text",
990
+ "text": "Description for PROJ-16"
991
+ }
992
+ ]
993
+ }
994
+ ]
995
+ },
996
+ "statusId": 4,
997
+ "priorityId": 3,
998
+ "assigneeAccountId": "u-carol-03",
999
+ "reporterAccountId": "u-carol-03",
1000
+ "labels": [
1001
+ "security"
1002
+ ],
1003
+ "componentIds": [],
1004
+ "fixVersionIds": [],
1005
+ "parentKey": null,
1006
+ "storyPoints": 13,
1007
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-16",
1008
+ "resolution": "Done",
1009
+ "resolutionDate": "2024-04-12T23:00:00.000Z",
1010
+ "createdAt": "2024-03-29T23:00:00.000Z",
1011
+ "updatedAt": "2024-04-23T23:00:00.000Z"
1012
+ },
1013
+ {
1014
+ "id": 17,
1015
+ "key": "PROJ-17",
1016
+ "projectId": 1,
1017
+ "issueTypeId": 4,
1018
+ "summary": "Fix memory leak in websocket handler",
1019
+ "description": {
1020
+ "type": "doc",
1021
+ "version": 1,
1022
+ "content": [
1023
+ {
1024
+ "type": "paragraph",
1025
+ "content": [
1026
+ {
1027
+ "type": "text",
1028
+ "text": "Description for PROJ-17"
1029
+ }
1030
+ ]
1031
+ }
1032
+ ]
1033
+ },
1034
+ "statusId": 1,
1035
+ "priorityId": 3,
1036
+ "assigneeAccountId": "u-bob-02",
1037
+ "reporterAccountId": "u-dave-04",
1038
+ "labels": [
1039
+ "security"
1040
+ ],
1041
+ "componentIds": [],
1042
+ "fixVersionIds": [],
1043
+ "parentKey": null,
1044
+ "storyPoints": 3,
1045
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-17",
1046
+ "resolution": null,
1047
+ "resolutionDate": null,
1048
+ "createdAt": "2024-04-03T23:00:00.000Z",
1049
+ "updatedAt": "2024-04-17T23:00:00.000Z"
1050
+ },
1051
+ {
1052
+ "id": 18,
1053
+ "key": "PROJ-18",
1054
+ "projectId": 1,
1055
+ "issueTypeId": 4,
1056
+ "summary": "Broken image upload on Safari",
1057
+ "description": {
1058
+ "type": "doc",
1059
+ "version": 1,
1060
+ "content": [
1061
+ {
1062
+ "type": "paragraph",
1063
+ "content": [
1064
+ {
1065
+ "type": "text",
1066
+ "text": "Description for PROJ-18"
1067
+ }
1068
+ ]
1069
+ }
1070
+ ]
1071
+ },
1072
+ "statusId": 2,
1073
+ "priorityId": 3,
1074
+ "assigneeAccountId": "u-carol-03",
1075
+ "reporterAccountId": "u-alice-01",
1076
+ "labels": [
1077
+ "frontend"
1078
+ ],
1079
+ "componentIds": [],
1080
+ "fixVersionIds": [],
1081
+ "parentKey": null,
1082
+ "storyPoints": 3,
1083
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-18",
1084
+ "resolution": null,
1085
+ "resolutionDate": null,
1086
+ "createdAt": "2024-04-08T23:00:00.000Z",
1087
+ "updatedAt": "2024-04-24T23:00:00.000Z"
1088
+ },
1089
+ {
1090
+ "id": 19,
1091
+ "key": "PROJ-19",
1092
+ "projectId": 1,
1093
+ "issueTypeId": 4,
1094
+ "summary": "CSS overflow bug in sidebar",
1095
+ "description": {
1096
+ "type": "doc",
1097
+ "version": 1,
1098
+ "content": [
1099
+ {
1100
+ "type": "paragraph",
1101
+ "content": [
1102
+ {
1103
+ "type": "text",
1104
+ "text": "Description for PROJ-19"
1105
+ }
1106
+ ]
1107
+ }
1108
+ ]
1109
+ },
1110
+ "statusId": 4,
1111
+ "priorityId": 3,
1112
+ "assigneeAccountId": null,
1113
+ "reporterAccountId": "u-bob-02",
1114
+ "labels": [
1115
+ "mobile"
1116
+ ],
1117
+ "componentIds": [],
1118
+ "fixVersionIds": [],
1119
+ "parentKey": null,
1120
+ "storyPoints": 1,
1121
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-19",
1122
+ "resolution": "Done",
1123
+ "resolutionDate": "2024-04-27T23:00:00.000Z",
1124
+ "createdAt": "2024-04-13T23:00:00.000Z",
1125
+ "updatedAt": "2024-05-05T23:00:00.000Z"
1126
+ },
1127
+ {
1128
+ "id": 20,
1129
+ "key": "PROJ-20",
1130
+ "projectId": 1,
1131
+ "issueTypeId": 4,
1132
+ "summary": "Date picker shows wrong timezone",
1133
+ "description": {
1134
+ "type": "doc",
1135
+ "version": 1,
1136
+ "content": [
1137
+ {
1138
+ "type": "paragraph",
1139
+ "content": [
1140
+ {
1141
+ "type": "text",
1142
+ "text": "Description for PROJ-20"
1143
+ }
1144
+ ]
1145
+ }
1146
+ ]
1147
+ },
1148
+ "statusId": 4,
1149
+ "priorityId": 2,
1150
+ "assigneeAccountId": null,
1151
+ "reporterAccountId": "u-carol-03",
1152
+ "labels": [
1153
+ "frontend"
1154
+ ],
1155
+ "componentIds": [],
1156
+ "fixVersionIds": [],
1157
+ "parentKey": null,
1158
+ "storyPoints": 3,
1159
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-20",
1160
+ "resolution": "Done",
1161
+ "resolutionDate": "2024-05-02T23:00:00.000Z",
1162
+ "createdAt": "2024-04-18T23:00:00.000Z",
1163
+ "updatedAt": "2024-05-16T23:00:00.000Z"
1164
+ },
1165
+ {
1166
+ "id": 21,
1167
+ "key": "PROJ-21",
1168
+ "projectId": 1,
1169
+ "issueTypeId": 4,
1170
+ "summary": "Search results missing recent items",
1171
+ "description": {
1172
+ "type": "doc",
1173
+ "version": 1,
1174
+ "content": [
1175
+ {
1176
+ "type": "paragraph",
1177
+ "content": [
1178
+ {
1179
+ "type": "text",
1180
+ "text": "Description for PROJ-21"
1181
+ }
1182
+ ]
1183
+ }
1184
+ ]
1185
+ },
1186
+ "statusId": 1,
1187
+ "priorityId": 1,
1188
+ "assigneeAccountId": "u-dave-04",
1189
+ "reporterAccountId": "u-alice-01",
1190
+ "labels": [
1191
+ "devops"
1192
+ ],
1193
+ "componentIds": [],
1194
+ "fixVersionIds": [],
1195
+ "parentKey": null,
1196
+ "storyPoints": 8,
1197
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-21",
1198
+ "resolution": null,
1199
+ "resolutionDate": null,
1200
+ "createdAt": "2024-04-23T23:00:00.000Z",
1201
+ "updatedAt": "2024-05-03T23:00:00.000Z"
1202
+ },
1203
+ {
1204
+ "id": 22,
1205
+ "key": "PROJ-22",
1206
+ "projectId": 1,
1207
+ "issueTypeId": 4,
1208
+ "summary": "Login button unresponsive on mobile",
1209
+ "description": {
1210
+ "type": "doc",
1211
+ "version": 1,
1212
+ "content": [
1213
+ {
1214
+ "type": "paragraph",
1215
+ "content": [
1216
+ {
1217
+ "type": "text",
1218
+ "text": "Description for PROJ-22"
1219
+ }
1220
+ ]
1221
+ }
1222
+ ]
1223
+ },
1224
+ "statusId": 1,
1225
+ "priorityId": 5,
1226
+ "assigneeAccountId": "u-alice-01",
1227
+ "reporterAccountId": "u-alice-01",
1228
+ "labels": [
1229
+ "urgent",
1230
+ "backend"
1231
+ ],
1232
+ "componentIds": [],
1233
+ "fixVersionIds": [],
1234
+ "parentKey": null,
1235
+ "storyPoints": 8,
1236
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-22",
1237
+ "resolution": null,
1238
+ "resolutionDate": null,
1239
+ "createdAt": "2024-04-28T23:00:00.000Z",
1240
+ "updatedAt": "2024-04-28T23:00:00.000Z"
1241
+ },
1242
+ {
1243
+ "id": 23,
1244
+ "key": "PROJ-23",
1245
+ "projectId": 1,
1246
+ "issueTypeId": 2,
1247
+ "summary": "Implement caching layer for API",
1248
+ "description": {
1249
+ "type": "doc",
1250
+ "version": 1,
1251
+ "content": [
1252
+ {
1253
+ "type": "paragraph",
1254
+ "content": [
1255
+ {
1256
+ "type": "text",
1257
+ "text": "Description for PROJ-23"
1258
+ }
1259
+ ]
1260
+ }
1261
+ ]
1262
+ },
1263
+ "statusId": 2,
1264
+ "priorityId": 3,
1265
+ "assigneeAccountId": null,
1266
+ "reporterAccountId": "u-carol-03",
1267
+ "labels": [
1268
+ "security"
1269
+ ],
1270
+ "componentIds": [],
1271
+ "fixVersionIds": [],
1272
+ "parentKey": null,
1273
+ "storyPoints": 1,
1274
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-23",
1275
+ "resolution": null,
1276
+ "resolutionDate": null,
1277
+ "createdAt": "2024-05-03T23:00:00.000Z",
1278
+ "updatedAt": "2024-05-28T23:00:00.000Z"
1279
+ },
1280
+ {
1281
+ "id": 24,
1282
+ "key": "PROJ-24",
1283
+ "projectId": 1,
1284
+ "issueTypeId": 3,
1285
+ "summary": "Database connection pool tuning",
1286
+ "description": {
1287
+ "type": "doc",
1288
+ "version": 1,
1289
+ "content": [
1290
+ {
1291
+ "type": "paragraph",
1292
+ "content": [
1293
+ {
1294
+ "type": "text",
1295
+ "text": "Description for PROJ-24"
1296
+ }
1297
+ ]
1298
+ }
1299
+ ]
1300
+ },
1301
+ "statusId": 2,
1302
+ "priorityId": 3,
1303
+ "assigneeAccountId": "u-alice-01",
1304
+ "reporterAccountId": "u-carol-03",
1305
+ "labels": [
1306
+ "security"
1307
+ ],
1308
+ "componentIds": [],
1309
+ "fixVersionIds": [],
1310
+ "parentKey": null,
1311
+ "storyPoints": 8,
1312
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-24",
1313
+ "resolution": null,
1314
+ "resolutionDate": null,
1315
+ "createdAt": "2024-05-08T23:00:00.000Z",
1316
+ "updatedAt": "2024-05-30T23:00:00.000Z"
1317
+ },
1318
+ {
1319
+ "id": 25,
1320
+ "key": "PROJ-25",
1321
+ "projectId": 1,
1322
+ "issueTypeId": 2,
1323
+ "summary": "Write integration tests for auth",
1324
+ "description": {
1325
+ "type": "doc",
1326
+ "version": 1,
1327
+ "content": [
1328
+ {
1329
+ "type": "paragraph",
1330
+ "content": [
1331
+ {
1332
+ "type": "text",
1333
+ "text": "Description for PROJ-25"
1334
+ }
1335
+ ]
1336
+ }
1337
+ ]
1338
+ },
1339
+ "statusId": 1,
1340
+ "priorityId": 3,
1341
+ "assigneeAccountId": "u-dave-04",
1342
+ "reporterAccountId": "u-bob-02",
1343
+ "labels": [
1344
+ "documentation"
1345
+ ],
1346
+ "componentIds": [],
1347
+ "fixVersionIds": [],
1348
+ "parentKey": null,
1349
+ "storyPoints": 1,
1350
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-25",
1351
+ "resolution": null,
1352
+ "resolutionDate": null,
1353
+ "createdAt": "2024-05-13T23:00:00.000Z",
1354
+ "updatedAt": "2024-06-09T23:00:00.000Z"
1355
+ },
1356
+ {
1357
+ "id": 26,
1358
+ "key": "PROJ-26",
1359
+ "projectId": 1,
1360
+ "issueTypeId": 3,
1361
+ "summary": "Write unit tests for search",
1362
+ "description": {
1363
+ "type": "doc",
1364
+ "version": 1,
1365
+ "content": [
1366
+ {
1367
+ "type": "paragraph",
1368
+ "content": [
1369
+ {
1370
+ "type": "text",
1371
+ "text": "Description for PROJ-26"
1372
+ }
1373
+ ]
1374
+ }
1375
+ ]
1376
+ },
1377
+ "statusId": 1,
1378
+ "priorityId": 1,
1379
+ "assigneeAccountId": "u-dave-04",
1380
+ "reporterAccountId": "u-carol-03",
1381
+ "labels": [
1382
+ "security"
1383
+ ],
1384
+ "componentIds": [],
1385
+ "fixVersionIds": [],
1386
+ "parentKey": null,
1387
+ "storyPoints": 5,
1388
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-26",
1389
+ "resolution": null,
1390
+ "resolutionDate": null,
1391
+ "createdAt": "2024-05-18T23:00:00.000Z",
1392
+ "updatedAt": "2024-05-31T23:00:00.000Z"
1393
+ },
1394
+ {
1395
+ "id": 27,
1396
+ "key": "PROJ-27",
1397
+ "projectId": 1,
1398
+ "issueTypeId": 2,
1399
+ "summary": "Update API documentation",
1400
+ "description": {
1401
+ "type": "doc",
1402
+ "version": 1,
1403
+ "content": [
1404
+ {
1405
+ "type": "paragraph",
1406
+ "content": [
1407
+ {
1408
+ "type": "text",
1409
+ "text": "Description for PROJ-27"
1410
+ }
1411
+ ]
1412
+ }
1413
+ ]
1414
+ },
1415
+ "statusId": 2,
1416
+ "priorityId": 4,
1417
+ "assigneeAccountId": "u-alice-01",
1418
+ "reporterAccountId": "u-carol-03",
1419
+ "labels": [
1420
+ "security"
1421
+ ],
1422
+ "componentIds": [],
1423
+ "fixVersionIds": [],
1424
+ "parentKey": null,
1425
+ "storyPoints": 13,
1426
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-27",
1427
+ "resolution": null,
1428
+ "resolutionDate": null,
1429
+ "createdAt": "2024-05-23T23:00:00.000Z",
1430
+ "updatedAt": "2024-05-30T23:00:00.000Z"
1431
+ },
1432
+ {
1433
+ "id": 28,
1434
+ "key": "PROJ-28",
1435
+ "projectId": 1,
1436
+ "issueTypeId": 3,
1437
+ "summary": "Migrate to React 19",
1438
+ "description": {
1439
+ "type": "doc",
1440
+ "version": 1,
1441
+ "content": [
1442
+ {
1443
+ "type": "paragraph",
1444
+ "content": [
1445
+ {
1446
+ "type": "text",
1447
+ "text": "Description for PROJ-28"
1448
+ }
1449
+ ]
1450
+ }
1451
+ ]
1452
+ },
1453
+ "statusId": 2,
1454
+ "priorityId": 2,
1455
+ "assigneeAccountId": "u-carol-03",
1456
+ "reporterAccountId": "u-carol-03",
1457
+ "labels": [
1458
+ "security"
1459
+ ],
1460
+ "componentIds": [],
1461
+ "fixVersionIds": [],
1462
+ "parentKey": null,
1463
+ "storyPoints": 2,
1464
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-28",
1465
+ "resolution": null,
1466
+ "resolutionDate": null,
1467
+ "createdAt": "2024-05-28T23:00:00.000Z",
1468
+ "updatedAt": "2024-06-08T23:00:00.000Z"
1469
+ },
1470
+ {
1471
+ "id": 29,
1472
+ "key": "PROJ-29",
1473
+ "projectId": 1,
1474
+ "issueTypeId": 2,
1475
+ "summary": "Add E2E test coverage",
1476
+ "description": {
1477
+ "type": "doc",
1478
+ "version": 1,
1479
+ "content": [
1480
+ {
1481
+ "type": "paragraph",
1482
+ "content": [
1483
+ {
1484
+ "type": "text",
1485
+ "text": "Description for PROJ-29"
1486
+ }
1487
+ ]
1488
+ }
1489
+ ]
1490
+ },
1491
+ "statusId": 1,
1492
+ "priorityId": 4,
1493
+ "assigneeAccountId": "u-alice-01",
1494
+ "reporterAccountId": "u-dave-04",
1495
+ "labels": [
1496
+ "documentation"
1497
+ ],
1498
+ "componentIds": [],
1499
+ "fixVersionIds": [],
1500
+ "parentKey": null,
1501
+ "storyPoints": 5,
1502
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-29",
1503
+ "resolution": null,
1504
+ "resolutionDate": null,
1505
+ "createdAt": "2024-06-02T23:00:00.000Z",
1506
+ "updatedAt": "2024-06-10T23:00:00.000Z"
1507
+ },
1508
+ {
1509
+ "id": 30,
1510
+ "key": "PROJ-30",
1511
+ "projectId": 1,
1512
+ "issueTypeId": 3,
1513
+ "summary": "Set up performance monitoring",
1514
+ "description": {
1515
+ "type": "doc",
1516
+ "version": 1,
1517
+ "content": [
1518
+ {
1519
+ "type": "paragraph",
1520
+ "content": [
1521
+ {
1522
+ "type": "text",
1523
+ "text": "Description for PROJ-30"
1524
+ }
1525
+ ]
1526
+ }
1527
+ ]
1528
+ },
1529
+ "statusId": 4,
1530
+ "priorityId": 3,
1531
+ "assigneeAccountId": "u-dave-04",
1532
+ "reporterAccountId": "u-alice-01",
1533
+ "labels": [
1534
+ "devops"
1535
+ ],
1536
+ "componentIds": [],
1537
+ "fixVersionIds": [],
1538
+ "parentKey": null,
1539
+ "storyPoints": 3,
1540
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-30",
1541
+ "resolution": "Done",
1542
+ "resolutionDate": "2024-06-21T23:00:00.000Z",
1543
+ "createdAt": "2024-06-07T23:00:00.000Z",
1544
+ "updatedAt": "2024-07-01T23:00:00.000Z"
1545
+ },
1546
+ {
1547
+ "id": 31,
1548
+ "key": "PROJ-31",
1549
+ "projectId": 1,
1550
+ "issueTypeId": 5,
1551
+ "summary": "Implement SSO with SAML",
1552
+ "description": {
1553
+ "type": "doc",
1554
+ "version": 1,
1555
+ "content": [
1556
+ {
1557
+ "type": "paragraph",
1558
+ "content": [
1559
+ {
1560
+ "type": "text",
1561
+ "text": "Description for PROJ-31"
1562
+ }
1563
+ ]
1564
+ }
1565
+ ]
1566
+ },
1567
+ "statusId": 4,
1568
+ "priorityId": 3,
1569
+ "assigneeAccountId": null,
1570
+ "reporterAccountId": "u-dave-04",
1571
+ "labels": [
1572
+ "security"
1573
+ ],
1574
+ "componentIds": [],
1575
+ "fixVersionIds": [],
1576
+ "parentKey": "PROJ-1",
1577
+ "storyPoints": 13,
1578
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-31",
1579
+ "resolution": "Done",
1580
+ "resolutionDate": "2024-06-26T23:00:00.000Z",
1581
+ "createdAt": "2024-06-12T23:00:00.000Z",
1582
+ "updatedAt": "2024-07-09T23:00:00.000Z"
1583
+ },
1584
+ {
1585
+ "id": 32,
1586
+ "key": "PROJ-32",
1587
+ "projectId": 1,
1588
+ "issueTypeId": 5,
1589
+ "summary": "Add GraphQL endpoint",
1590
+ "description": {
1591
+ "type": "doc",
1592
+ "version": 1,
1593
+ "content": [
1594
+ {
1595
+ "type": "paragraph",
1596
+ "content": [
1597
+ {
1598
+ "type": "text",
1599
+ "text": "Description for PROJ-32"
1600
+ }
1601
+ ]
1602
+ }
1603
+ ]
1604
+ },
1605
+ "statusId": 2,
1606
+ "priorityId": 3,
1607
+ "assigneeAccountId": "u-dave-04",
1608
+ "reporterAccountId": "u-alice-01",
1609
+ "labels": [
1610
+ "security"
1611
+ ],
1612
+ "componentIds": [],
1613
+ "fixVersionIds": [],
1614
+ "parentKey": "PROJ-2",
1615
+ "storyPoints": 2,
1616
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-32",
1617
+ "resolution": null,
1618
+ "resolutionDate": null,
1619
+ "createdAt": "2024-06-17T23:00:00.000Z",
1620
+ "updatedAt": "2024-07-05T23:00:00.000Z"
1621
+ },
1622
+ {
1623
+ "id": 33,
1624
+ "key": "PROJ-33",
1625
+ "projectId": 1,
1626
+ "issueTypeId": 5,
1627
+ "summary": "Refactor user service",
1628
+ "description": {
1629
+ "type": "doc",
1630
+ "version": 1,
1631
+ "content": [
1632
+ {
1633
+ "type": "paragraph",
1634
+ "content": [
1635
+ {
1636
+ "type": "text",
1637
+ "text": "Description for PROJ-33"
1638
+ }
1639
+ ]
1640
+ }
1641
+ ]
1642
+ },
1643
+ "statusId": 1,
1644
+ "priorityId": 3,
1645
+ "assigneeAccountId": "u-alice-01",
1646
+ "reporterAccountId": "u-bob-02",
1647
+ "labels": [],
1648
+ "componentIds": [],
1649
+ "fixVersionIds": [],
1650
+ "parentKey": "PROJ-2",
1651
+ "storyPoints": 2,
1652
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-33",
1653
+ "resolution": null,
1654
+ "resolutionDate": null,
1655
+ "createdAt": "2024-06-22T23:00:00.000Z",
1656
+ "updatedAt": "2024-07-05T23:00:00.000Z"
1657
+ },
1658
+ {
1659
+ "id": 34,
1660
+ "key": "PROJ-34",
1661
+ "projectId": 1,
1662
+ "issueTypeId": 5,
1663
+ "summary": "Design system component library",
1664
+ "description": {
1665
+ "type": "doc",
1666
+ "version": 1,
1667
+ "content": [
1668
+ {
1669
+ "type": "paragraph",
1670
+ "content": [
1671
+ {
1672
+ "type": "text",
1673
+ "text": "Description for PROJ-34"
1674
+ }
1675
+ ]
1676
+ }
1677
+ ]
1678
+ },
1679
+ "statusId": 3,
1680
+ "priorityId": 2,
1681
+ "assigneeAccountId": "u-bob-02",
1682
+ "reporterAccountId": "u-bob-02",
1683
+ "labels": [
1684
+ "frontend"
1685
+ ],
1686
+ "componentIds": [],
1687
+ "fixVersionIds": [],
1688
+ "parentKey": "PROJ-2",
1689
+ "storyPoints": 8,
1690
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-34",
1691
+ "resolution": null,
1692
+ "resolutionDate": null,
1693
+ "createdAt": "2024-06-27T23:00:00.000Z",
1694
+ "updatedAt": "2024-07-17T23:00:00.000Z"
1695
+ },
1696
+ {
1697
+ "id": 35,
1698
+ "key": "PROJ-35",
1699
+ "projectId": 1,
1700
+ "issueTypeId": 5,
1701
+ "summary": "Implement file upload chunking",
1702
+ "description": {
1703
+ "type": "doc",
1704
+ "version": 1,
1705
+ "content": [
1706
+ {
1707
+ "type": "paragraph",
1708
+ "content": [
1709
+ {
1710
+ "type": "text",
1711
+ "text": "Description for PROJ-35"
1712
+ }
1713
+ ]
1714
+ }
1715
+ ]
1716
+ },
1717
+ "statusId": 2,
1718
+ "priorityId": 4,
1719
+ "assigneeAccountId": "u-dave-04",
1720
+ "reporterAccountId": "u-bob-02",
1721
+ "labels": [
1722
+ "security"
1723
+ ],
1724
+ "componentIds": [],
1725
+ "fixVersionIds": [],
1726
+ "parentKey": "PROJ-1",
1727
+ "storyPoints": 2,
1728
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/PROJ-35",
1729
+ "resolution": null,
1730
+ "resolutionDate": null,
1731
+ "createdAt": "2024-07-02T23:00:00.000Z",
1732
+ "updatedAt": "2024-07-03T23:00:00.000Z"
1733
+ },
1734
+ {
1735
+ "id": 36,
1736
+ "key": "INFRA-1",
1737
+ "projectId": 2,
1738
+ "issueTypeId": 6,
1739
+ "summary": "Set up Terraform modules",
1740
+ "description": {
1741
+ "type": "doc",
1742
+ "version": 1,
1743
+ "content": [
1744
+ {
1745
+ "type": "paragraph",
1746
+ "content": [
1747
+ {
1748
+ "type": "text",
1749
+ "text": "Description for INFRA-1"
1750
+ }
1751
+ ]
1752
+ }
1753
+ ]
1754
+ },
1755
+ "statusId": 5,
1756
+ "priorityId": 3,
1757
+ "assigneeAccountId": "u-frank-06",
1758
+ "reporterAccountId": "u-eve-05",
1759
+ "labels": [
1760
+ "backend"
1761
+ ],
1762
+ "componentIds": [],
1763
+ "fixVersionIds": [],
1764
+ "parentKey": null,
1765
+ "storyPoints": 8,
1766
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-1",
1767
+ "resolution": null,
1768
+ "resolutionDate": null,
1769
+ "createdAt": "2024-02-01T00:00:00.000Z",
1770
+ "updatedAt": "2024-02-18T00:00:00.000Z"
1771
+ },
1772
+ {
1773
+ "id": 37,
1774
+ "key": "INFRA-2",
1775
+ "projectId": 2,
1776
+ "issueTypeId": 7,
1777
+ "summary": "Configure auto-scaling policies",
1778
+ "description": {
1779
+ "type": "doc",
1780
+ "version": 1,
1781
+ "content": [
1782
+ {
1783
+ "type": "paragraph",
1784
+ "content": [
1785
+ {
1786
+ "type": "text",
1787
+ "text": "Description for INFRA-2"
1788
+ }
1789
+ ]
1790
+ }
1791
+ ]
1792
+ },
1793
+ "statusId": 6,
1794
+ "priorityId": 3,
1795
+ "assigneeAccountId": "u-dave-04",
1796
+ "reporterAccountId": "u-frank-06",
1797
+ "labels": [
1798
+ "documentation"
1799
+ ],
1800
+ "componentIds": [],
1801
+ "fixVersionIds": [],
1802
+ "parentKey": null,
1803
+ "storyPoints": 2,
1804
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-2",
1805
+ "resolution": null,
1806
+ "resolutionDate": null,
1807
+ "createdAt": "2024-02-08T00:00:00.000Z",
1808
+ "updatedAt": "2024-02-20T00:00:00.000Z"
1809
+ },
1810
+ {
1811
+ "id": 38,
1812
+ "key": "INFRA-3",
1813
+ "projectId": 2,
1814
+ "issueTypeId": 7,
1815
+ "summary": "Implement blue-green deployments",
1816
+ "description": {
1817
+ "type": "doc",
1818
+ "version": 1,
1819
+ "content": [
1820
+ {
1821
+ "type": "paragraph",
1822
+ "content": [
1823
+ {
1824
+ "type": "text",
1825
+ "text": "Description for INFRA-3"
1826
+ }
1827
+ ]
1828
+ }
1829
+ ]
1830
+ },
1831
+ "statusId": 6,
1832
+ "priorityId": 2,
1833
+ "assigneeAccountId": "u-eve-05",
1834
+ "reporterAccountId": "u-eve-05",
1835
+ "labels": [
1836
+ "documentation"
1837
+ ],
1838
+ "componentIds": [],
1839
+ "fixVersionIds": [],
1840
+ "parentKey": null,
1841
+ "storyPoints": 2,
1842
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-3",
1843
+ "resolution": null,
1844
+ "resolutionDate": null,
1845
+ "createdAt": "2024-02-15T00:00:00.000Z",
1846
+ "updatedAt": "2024-03-02T00:00:00.000Z"
1847
+ },
1848
+ {
1849
+ "id": 39,
1850
+ "key": "INFRA-4",
1851
+ "projectId": 2,
1852
+ "issueTypeId": 7,
1853
+ "summary": "Set up centralized logging",
1854
+ "description": {
1855
+ "type": "doc",
1856
+ "version": 1,
1857
+ "content": [
1858
+ {
1859
+ "type": "paragraph",
1860
+ "content": [
1861
+ {
1862
+ "type": "text",
1863
+ "text": "Description for INFRA-4"
1864
+ }
1865
+ ]
1866
+ }
1867
+ ]
1868
+ },
1869
+ "statusId": 7,
1870
+ "priorityId": 2,
1871
+ "assigneeAccountId": "u-frank-06",
1872
+ "reporterAccountId": "u-eve-05",
1873
+ "labels": [
1874
+ "backend"
1875
+ ],
1876
+ "componentIds": [],
1877
+ "fixVersionIds": [],
1878
+ "parentKey": null,
1879
+ "storyPoints": 2,
1880
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-4",
1881
+ "resolution": "Done",
1882
+ "resolutionDate": "2024-03-03T00:00:00.000Z",
1883
+ "createdAt": "2024-02-22T00:00:00.000Z",
1884
+ "updatedAt": "2024-03-02T00:00:00.000Z"
1885
+ },
1886
+ {
1887
+ "id": 40,
1888
+ "key": "INFRA-5",
1889
+ "projectId": 2,
1890
+ "issueTypeId": 7,
1891
+ "summary": "Configure alerting rules",
1892
+ "description": {
1893
+ "type": "doc",
1894
+ "version": 1,
1895
+ "content": [
1896
+ {
1897
+ "type": "paragraph",
1898
+ "content": [
1899
+ {
1900
+ "type": "text",
1901
+ "text": "Description for INFRA-5"
1902
+ }
1903
+ ]
1904
+ }
1905
+ ]
1906
+ },
1907
+ "statusId": 5,
1908
+ "priorityId": 3,
1909
+ "assigneeAccountId": "u-frank-06",
1910
+ "reporterAccountId": "u-frank-06",
1911
+ "labels": [
1912
+ "security"
1913
+ ],
1914
+ "componentIds": [],
1915
+ "fixVersionIds": [],
1916
+ "parentKey": null,
1917
+ "storyPoints": 3,
1918
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-5",
1919
+ "resolution": null,
1920
+ "resolutionDate": null,
1921
+ "createdAt": "2024-02-29T00:00:00.000Z",
1922
+ "updatedAt": "2024-03-03T00:00:00.000Z"
1923
+ },
1924
+ {
1925
+ "id": 41,
1926
+ "key": "INFRA-6",
1927
+ "projectId": 2,
1928
+ "issueTypeId": 7,
1929
+ "summary": "Database backup automation",
1930
+ "description": {
1931
+ "type": "doc",
1932
+ "version": 1,
1933
+ "content": [
1934
+ {
1935
+ "type": "paragraph",
1936
+ "content": [
1937
+ {
1938
+ "type": "text",
1939
+ "text": "Description for INFRA-6"
1940
+ }
1941
+ ]
1942
+ }
1943
+ ]
1944
+ },
1945
+ "statusId": 5,
1946
+ "priorityId": 3,
1947
+ "assigneeAccountId": "u-dave-04",
1948
+ "reporterAccountId": "u-dave-04",
1949
+ "labels": [
1950
+ "security"
1951
+ ],
1952
+ "componentIds": [],
1953
+ "fixVersionIds": [],
1954
+ "parentKey": null,
1955
+ "storyPoints": 8,
1956
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-6",
1957
+ "resolution": null,
1958
+ "resolutionDate": null,
1959
+ "createdAt": "2024-03-07T00:00:00.000Z",
1960
+ "updatedAt": "2024-03-19T23:00:00.000Z"
1961
+ },
1962
+ {
1963
+ "id": 42,
1964
+ "key": "INFRA-7",
1965
+ "projectId": 2,
1966
+ "issueTypeId": 7,
1967
+ "summary": "SSL certificate renewal automation",
1968
+ "description": {
1969
+ "type": "doc",
1970
+ "version": 1,
1971
+ "content": [
1972
+ {
1973
+ "type": "paragraph",
1974
+ "content": [
1975
+ {
1976
+ "type": "text",
1977
+ "text": "Description for INFRA-7"
1978
+ }
1979
+ ]
1980
+ }
1981
+ ]
1982
+ },
1983
+ "statusId": 5,
1984
+ "priorityId": 1,
1985
+ "assigneeAccountId": "u-dave-04",
1986
+ "reporterAccountId": "u-dave-04",
1987
+ "labels": [
1988
+ "testing"
1989
+ ],
1990
+ "componentIds": [],
1991
+ "fixVersionIds": [],
1992
+ "parentKey": null,
1993
+ "storyPoints": 5,
1994
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-7",
1995
+ "resolution": null,
1996
+ "resolutionDate": null,
1997
+ "createdAt": "2024-03-13T23:00:00.000Z",
1998
+ "updatedAt": "2024-03-27T23:00:00.000Z"
1999
+ },
2000
+ {
2001
+ "id": 43,
2002
+ "key": "INFRA-8",
2003
+ "projectId": 2,
2004
+ "issueTypeId": 7,
2005
+ "summary": "CDN configuration for static assets",
2006
+ "description": {
2007
+ "type": "doc",
2008
+ "version": 1,
2009
+ "content": [
2010
+ {
2011
+ "type": "paragraph",
2012
+ "content": [
2013
+ {
2014
+ "type": "text",
2015
+ "text": "Description for INFRA-8"
2016
+ }
2017
+ ]
2018
+ }
2019
+ ]
2020
+ },
2021
+ "statusId": 5,
2022
+ "priorityId": 1,
2023
+ "assigneeAccountId": "u-frank-06",
2024
+ "reporterAccountId": "u-dave-04",
2025
+ "labels": [
2026
+ "performance"
2027
+ ],
2028
+ "componentIds": [],
2029
+ "fixVersionIds": [],
2030
+ "parentKey": null,
2031
+ "storyPoints": 5,
2032
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-8",
2033
+ "resolution": null,
2034
+ "resolutionDate": null,
2035
+ "createdAt": "2024-03-20T23:00:00.000Z",
2036
+ "updatedAt": "2024-03-22T23:00:00.000Z"
2037
+ },
2038
+ {
2039
+ "id": 44,
2040
+ "key": "INFRA-9",
2041
+ "projectId": 2,
2042
+ "issueTypeId": 7,
2043
+ "summary": "Implement rate limiting at LB",
2044
+ "description": {
2045
+ "type": "doc",
2046
+ "version": 1,
2047
+ "content": [
2048
+ {
2049
+ "type": "paragraph",
2050
+ "content": [
2051
+ {
2052
+ "type": "text",
2053
+ "text": "Description for INFRA-9"
2054
+ }
2055
+ ]
2056
+ }
2057
+ ]
2058
+ },
2059
+ "statusId": 5,
2060
+ "priorityId": 2,
2061
+ "assigneeAccountId": "u-dave-04",
2062
+ "reporterAccountId": "u-carol-03",
2063
+ "labels": [
2064
+ "performance"
2065
+ ],
2066
+ "componentIds": [],
2067
+ "fixVersionIds": [],
2068
+ "parentKey": null,
2069
+ "storyPoints": 5,
2070
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-9",
2071
+ "resolution": null,
2072
+ "resolutionDate": null,
2073
+ "createdAt": "2024-03-27T23:00:00.000Z",
2074
+ "updatedAt": "2024-04-12T23:00:00.000Z"
2075
+ },
2076
+ {
2077
+ "id": 45,
2078
+ "key": "INFRA-10",
2079
+ "projectId": 2,
2080
+ "issueTypeId": 7,
2081
+ "summary": "Set up staging environment",
2082
+ "description": {
2083
+ "type": "doc",
2084
+ "version": 1,
2085
+ "content": [
2086
+ {
2087
+ "type": "paragraph",
2088
+ "content": [
2089
+ {
2090
+ "type": "text",
2091
+ "text": "Description for INFRA-10"
2092
+ }
2093
+ ]
2094
+ }
2095
+ ]
2096
+ },
2097
+ "statusId": 6,
2098
+ "priorityId": 3,
2099
+ "assigneeAccountId": "u-frank-06",
2100
+ "reporterAccountId": "u-eve-05",
2101
+ "labels": [
2102
+ "testing"
2103
+ ],
2104
+ "componentIds": [],
2105
+ "fixVersionIds": [],
2106
+ "parentKey": null,
2107
+ "storyPoints": 5,
2108
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-10",
2109
+ "resolution": null,
2110
+ "resolutionDate": null,
2111
+ "createdAt": "2024-04-03T23:00:00.000Z",
2112
+ "updatedAt": "2024-04-07T23:00:00.000Z"
2113
+ },
2114
+ {
2115
+ "id": 46,
2116
+ "key": "INFRA-11",
2117
+ "projectId": 2,
2118
+ "issueTypeId": 7,
2119
+ "summary": "CI pipeline optimization",
2120
+ "description": {
2121
+ "type": "doc",
2122
+ "version": 1,
2123
+ "content": [
2124
+ {
2125
+ "type": "paragraph",
2126
+ "content": [
2127
+ {
2128
+ "type": "text",
2129
+ "text": "Description for INFRA-11"
2130
+ }
2131
+ ]
2132
+ }
2133
+ ]
2134
+ },
2135
+ "statusId": 5,
2136
+ "priorityId": 5,
2137
+ "assigneeAccountId": null,
2138
+ "reporterAccountId": "u-frank-06",
2139
+ "labels": [
2140
+ "testing"
2141
+ ],
2142
+ "componentIds": [],
2143
+ "fixVersionIds": [],
2144
+ "parentKey": null,
2145
+ "storyPoints": 2,
2146
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-11",
2147
+ "resolution": null,
2148
+ "resolutionDate": null,
2149
+ "createdAt": "2024-04-10T23:00:00.000Z",
2150
+ "updatedAt": "2024-04-21T23:00:00.000Z"
2151
+ },
2152
+ {
2153
+ "id": 47,
2154
+ "key": "INFRA-12",
2155
+ "projectId": 2,
2156
+ "issueTypeId": 8,
2157
+ "summary": "Fix intermittent build failures",
2158
+ "description": {
2159
+ "type": "doc",
2160
+ "version": 1,
2161
+ "content": [
2162
+ {
2163
+ "type": "paragraph",
2164
+ "content": [
2165
+ {
2166
+ "type": "text",
2167
+ "text": "Description for INFRA-12"
2168
+ }
2169
+ ]
2170
+ }
2171
+ ]
2172
+ },
2173
+ "statusId": 7,
2174
+ "priorityId": 3,
2175
+ "assigneeAccountId": "u-frank-06",
2176
+ "reporterAccountId": "u-dave-04",
2177
+ "labels": [],
2178
+ "componentIds": [],
2179
+ "fixVersionIds": [],
2180
+ "parentKey": null,
2181
+ "storyPoints": 5,
2182
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-12",
2183
+ "resolution": "Done",
2184
+ "resolutionDate": "2024-04-27T23:00:00.000Z",
2185
+ "createdAt": "2024-04-17T23:00:00.000Z",
2186
+ "updatedAt": "2024-04-28T23:00:00.000Z"
2187
+ },
2188
+ {
2189
+ "id": 48,
2190
+ "key": "INFRA-13",
2191
+ "projectId": 2,
2192
+ "issueTypeId": 8,
2193
+ "summary": "Docker image size reduction",
2194
+ "description": {
2195
+ "type": "doc",
2196
+ "version": 1,
2197
+ "content": [
2198
+ {
2199
+ "type": "paragraph",
2200
+ "content": [
2201
+ {
2202
+ "type": "text",
2203
+ "text": "Description for INFRA-13"
2204
+ }
2205
+ ]
2206
+ }
2207
+ ]
2208
+ },
2209
+ "statusId": 6,
2210
+ "priorityId": 3,
2211
+ "assigneeAccountId": "u-dave-04",
2212
+ "reporterAccountId": "u-frank-06",
2213
+ "labels": [
2214
+ "mobile"
2215
+ ],
2216
+ "componentIds": [],
2217
+ "fixVersionIds": [],
2218
+ "parentKey": null,
2219
+ "storyPoints": 8,
2220
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-13",
2221
+ "resolution": null,
2222
+ "resolutionDate": null,
2223
+ "createdAt": "2024-04-24T23:00:00.000Z",
2224
+ "updatedAt": "2024-05-01T23:00:00.000Z"
2225
+ },
2226
+ {
2227
+ "id": 49,
2228
+ "key": "INFRA-14",
2229
+ "projectId": 2,
2230
+ "issueTypeId": 8,
2231
+ "summary": "Network security audit",
2232
+ "description": {
2233
+ "type": "doc",
2234
+ "version": 1,
2235
+ "content": [
2236
+ {
2237
+ "type": "paragraph",
2238
+ "content": [
2239
+ {
2240
+ "type": "text",
2241
+ "text": "Description for INFRA-14"
2242
+ }
2243
+ ]
2244
+ }
2245
+ ]
2246
+ },
2247
+ "statusId": 7,
2248
+ "priorityId": 1,
2249
+ "assigneeAccountId": "u-frank-06",
2250
+ "reporterAccountId": "u-carol-03",
2251
+ "labels": [],
2252
+ "componentIds": [],
2253
+ "fixVersionIds": [],
2254
+ "parentKey": null,
2255
+ "storyPoints": 8,
2256
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-14",
2257
+ "resolution": "Done",
2258
+ "resolutionDate": "2024-05-11T23:00:00.000Z",
2259
+ "createdAt": "2024-05-01T23:00:00.000Z",
2260
+ "updatedAt": "2024-05-01T23:00:00.000Z"
2261
+ },
2262
+ {
2263
+ "id": 50,
2264
+ "key": "INFRA-15",
2265
+ "projectId": 2,
2266
+ "issueTypeId": 7,
2267
+ "summary": "Cost optimization analysis",
2268
+ "description": {
2269
+ "type": "doc",
2270
+ "version": 1,
2271
+ "content": [
2272
+ {
2273
+ "type": "paragraph",
2274
+ "content": [
2275
+ {
2276
+ "type": "text",
2277
+ "text": "Description for INFRA-15"
2278
+ }
2279
+ ]
2280
+ }
2281
+ ]
2282
+ },
2283
+ "statusId": 5,
2284
+ "priorityId": 2,
2285
+ "assigneeAccountId": null,
2286
+ "reporterAccountId": "u-eve-05",
2287
+ "labels": [
2288
+ "security"
2289
+ ],
2290
+ "componentIds": [],
2291
+ "fixVersionIds": [],
2292
+ "parentKey": null,
2293
+ "storyPoints": 2,
2294
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-15",
2295
+ "resolution": null,
2296
+ "resolutionDate": null,
2297
+ "createdAt": "2024-05-08T23:00:00.000Z",
2298
+ "updatedAt": "2024-05-09T23:00:00.000Z"
2299
+ },
2300
+ {
2301
+ "id": 51,
2302
+ "key": "INFRA-16",
2303
+ "projectId": 2,
2304
+ "issueTypeId": 7,
2305
+ "summary": "Migrate to ARM-based instances",
2306
+ "description": {
2307
+ "type": "doc",
2308
+ "version": 1,
2309
+ "content": [
2310
+ {
2311
+ "type": "paragraph",
2312
+ "content": [
2313
+ {
2314
+ "type": "text",
2315
+ "text": "Description for INFRA-16"
2316
+ }
2317
+ ]
2318
+ }
2319
+ ]
2320
+ },
2321
+ "statusId": 5,
2322
+ "priorityId": 4,
2323
+ "assigneeAccountId": null,
2324
+ "reporterAccountId": "u-eve-05",
2325
+ "labels": [
2326
+ "mobile"
2327
+ ],
2328
+ "componentIds": [],
2329
+ "fixVersionIds": [],
2330
+ "parentKey": null,
2331
+ "storyPoints": 5,
2332
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-16",
2333
+ "resolution": null,
2334
+ "resolutionDate": null,
2335
+ "createdAt": "2024-05-15T23:00:00.000Z",
2336
+ "updatedAt": "2024-05-17T23:00:00.000Z"
2337
+ },
2338
+ {
2339
+ "id": 52,
2340
+ "key": "INFRA-17",
2341
+ "projectId": 2,
2342
+ "issueTypeId": 7,
2343
+ "summary": "Set up disaster recovery",
2344
+ "description": {
2345
+ "type": "doc",
2346
+ "version": 1,
2347
+ "content": [
2348
+ {
2349
+ "type": "paragraph",
2350
+ "content": [
2351
+ {
2352
+ "type": "text",
2353
+ "text": "Description for INFRA-17"
2354
+ }
2355
+ ]
2356
+ }
2357
+ ]
2358
+ },
2359
+ "statusId": 5,
2360
+ "priorityId": 1,
2361
+ "assigneeAccountId": "u-dave-04",
2362
+ "reporterAccountId": "u-eve-05",
2363
+ "labels": [
2364
+ "performance"
2365
+ ],
2366
+ "componentIds": [],
2367
+ "fixVersionIds": [],
2368
+ "parentKey": null,
2369
+ "storyPoints": 3,
2370
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-17",
2371
+ "resolution": null,
2372
+ "resolutionDate": null,
2373
+ "createdAt": "2024-05-22T23:00:00.000Z",
2374
+ "updatedAt": "2024-06-02T23:00:00.000Z"
2375
+ },
2376
+ {
2377
+ "id": 53,
2378
+ "key": "INFRA-18",
2379
+ "projectId": 2,
2380
+ "issueTypeId": 7,
2381
+ "summary": "Implement secrets rotation",
2382
+ "description": {
2383
+ "type": "doc",
2384
+ "version": 1,
2385
+ "content": [
2386
+ {
2387
+ "type": "paragraph",
2388
+ "content": [
2389
+ {
2390
+ "type": "text",
2391
+ "text": "Description for INFRA-18"
2392
+ }
2393
+ ]
2394
+ }
2395
+ ]
2396
+ },
2397
+ "statusId": 6,
2398
+ "priorityId": 4,
2399
+ "assigneeAccountId": "u-eve-05",
2400
+ "reporterAccountId": "u-eve-05",
2401
+ "labels": [
2402
+ "urgent",
2403
+ "backend"
2404
+ ],
2405
+ "componentIds": [],
2406
+ "fixVersionIds": [],
2407
+ "parentKey": null,
2408
+ "storyPoints": 8,
2409
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-18",
2410
+ "resolution": null,
2411
+ "resolutionDate": null,
2412
+ "createdAt": "2024-05-29T23:00:00.000Z",
2413
+ "updatedAt": "2024-05-29T23:00:00.000Z"
2414
+ },
2415
+ {
2416
+ "id": 54,
2417
+ "key": "INFRA-19",
2418
+ "projectId": 2,
2419
+ "issueTypeId": 9,
2420
+ "summary": "Configure WAF rules",
2421
+ "description": {
2422
+ "type": "doc",
2423
+ "version": 1,
2424
+ "content": [
2425
+ {
2426
+ "type": "paragraph",
2427
+ "content": [
2428
+ {
2429
+ "type": "text",
2430
+ "text": "Description for INFRA-19"
2431
+ }
2432
+ ]
2433
+ }
2434
+ ]
2435
+ },
2436
+ "statusId": 7,
2437
+ "priorityId": 2,
2438
+ "assigneeAccountId": null,
2439
+ "reporterAccountId": "u-carol-03",
2440
+ "labels": [
2441
+ "frontend"
2442
+ ],
2443
+ "componentIds": [],
2444
+ "fixVersionIds": [],
2445
+ "parentKey": "INFRA-1",
2446
+ "storyPoints": 8,
2447
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-19",
2448
+ "resolution": "Done",
2449
+ "resolutionDate": "2024-06-15T23:00:00.000Z",
2450
+ "createdAt": "2024-06-05T23:00:00.000Z",
2451
+ "updatedAt": "2024-06-12T23:00:00.000Z"
2452
+ },
2453
+ {
2454
+ "id": 55,
2455
+ "key": "INFRA-20",
2456
+ "projectId": 2,
2457
+ "issueTypeId": 9,
2458
+ "summary": "Set up VPN for remote access",
2459
+ "description": {
2460
+ "type": "doc",
2461
+ "version": 1,
2462
+ "content": [
2463
+ {
2464
+ "type": "paragraph",
2465
+ "content": [
2466
+ {
2467
+ "type": "text",
2468
+ "text": "Description for INFRA-20"
2469
+ }
2470
+ ]
2471
+ }
2472
+ ]
2473
+ },
2474
+ "statusId": 5,
2475
+ "priorityId": 3,
2476
+ "assigneeAccountId": "u-frank-06",
2477
+ "reporterAccountId": "u-carol-03",
2478
+ "labels": [
2479
+ "security"
2480
+ ],
2481
+ "componentIds": [],
2482
+ "fixVersionIds": [],
2483
+ "parentKey": "INFRA-1",
2484
+ "storyPoints": 3,
2485
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issue/INFRA-20",
2486
+ "resolution": null,
2487
+ "resolutionDate": null,
2488
+ "createdAt": "2024-06-12T23:00:00.000Z",
2489
+ "updatedAt": "2024-06-21T23:00:00.000Z"
2490
+ }
2491
+ ],
2492
+ "comments": [
2493
+ {
2494
+ "id": 1,
2495
+ "issueId": 1,
2496
+ "authorAccountId": "u-bob-02",
2497
+ "updateAuthorAccountId": "u-bob-02",
2498
+ "body": {
2499
+ "type": "doc",
2500
+ "version": 1,
2501
+ "content": [
2502
+ {
2503
+ "type": "paragraph",
2504
+ "content": [
2505
+ {
2506
+ "type": "text",
2507
+ "text": "This looks good, but we should consider backward compatibility."
2508
+ }
2509
+ ]
2510
+ }
2511
+ ]
2512
+ },
2513
+ "self": "",
2514
+ "createdAt": "2024-02-01T00:00:00.000Z",
2515
+ "updatedAt": "2024-02-01T00:00:00.000Z"
2516
+ },
2517
+ {
2518
+ "id": 2,
2519
+ "issueId": 2,
2520
+ "authorAccountId": "u-alice-01",
2521
+ "updateAuthorAccountId": "u-alice-01",
2522
+ "body": {
2523
+ "type": "doc",
2524
+ "version": 1,
2525
+ "content": [
2526
+ {
2527
+ "type": "paragraph",
2528
+ "content": [
2529
+ {
2530
+ "type": "text",
2531
+ "text": "Implementing via TOTP. Hardware keys can be added later."
2532
+ }
2533
+ ]
2534
+ }
2535
+ ]
2536
+ },
2537
+ "self": "",
2538
+ "createdAt": "2024-02-10T00:00:00.000Z",
2539
+ "updatedAt": "2024-02-10T00:00:00.000Z"
2540
+ },
2541
+ {
2542
+ "id": 3,
2543
+ "issueId": 5,
2544
+ "authorAccountId": "u-carol-03",
2545
+ "updateAuthorAccountId": "u-carol-03",
2546
+ "body": {
2547
+ "type": "doc",
2548
+ "version": 1,
2549
+ "content": [
2550
+ {
2551
+ "type": "paragraph",
2552
+ "content": [
2553
+ {
2554
+ "type": "text",
2555
+ "text": "Session timeout is set to 30 minutes. Is that sufficient?"
2556
+ }
2557
+ ]
2558
+ }
2559
+ ]
2560
+ },
2561
+ "self": "",
2562
+ "createdAt": "2024-03-01T00:00:00.000Z",
2563
+ "updatedAt": "2024-03-01T00:00:00.000Z"
2564
+ },
2565
+ {
2566
+ "id": 4,
2567
+ "issueId": 5,
2568
+ "authorAccountId": "u-alice-01",
2569
+ "updateAuthorAccountId": "u-alice-01",
2570
+ "body": {
2571
+ "type": "doc",
2572
+ "version": 1,
2573
+ "content": [
2574
+ {
2575
+ "type": "paragraph",
2576
+ "content": [
2577
+ {
2578
+ "type": "text",
2579
+ "text": "30 min for web, 7 days for mobile with refresh tokens."
2580
+ }
2581
+ ]
2582
+ }
2583
+ ]
2584
+ },
2585
+ "self": "",
2586
+ "createdAt": "2024-03-02T00:00:00.000Z",
2587
+ "updatedAt": "2024-03-02T00:00:00.000Z"
2588
+ },
2589
+ {
2590
+ "id": 5,
2591
+ "issueId": 17,
2592
+ "authorAccountId": "u-dave-04",
2593
+ "updateAuthorAccountId": "u-dave-04",
2594
+ "body": {
2595
+ "type": "doc",
2596
+ "version": 1,
2597
+ "content": [
2598
+ {
2599
+ "type": "paragraph",
2600
+ "content": [
2601
+ {
2602
+ "type": "text",
2603
+ "text": "This is a P1 blocker — memory usage hits 4GB after 2 hours."
2604
+ }
2605
+ ]
2606
+ }
2607
+ ]
2608
+ },
2609
+ "self": "",
2610
+ "createdAt": "2024-04-15T00:00:00.000Z",
2611
+ "updatedAt": "2024-04-15T00:00:00.000Z"
2612
+ },
2613
+ {
2614
+ "id": 6,
2615
+ "issueId": 17,
2616
+ "authorAccountId": "u-bob-02",
2617
+ "updateAuthorAccountId": "u-bob-02",
2618
+ "body": {
2619
+ "type": "doc",
2620
+ "version": 1,
2621
+ "content": [
2622
+ {
2623
+ "type": "paragraph",
2624
+ "content": [
2625
+ {
2626
+ "type": "text",
2627
+ "text": "Found the root cause: event listeners not being cleaned up on disconnect."
2628
+ }
2629
+ ]
2630
+ }
2631
+ ]
2632
+ },
2633
+ "self": "",
2634
+ "createdAt": "2024-04-16T00:00:00.000Z",
2635
+ "updatedAt": "2024-04-16T00:00:00.000Z"
2636
+ },
2637
+ {
2638
+ "id": 7,
2639
+ "issueId": 36,
2640
+ "authorAccountId": "u-eve-05",
2641
+ "updateAuthorAccountId": "u-eve-05",
2642
+ "body": {
2643
+ "type": "doc",
2644
+ "version": 1,
2645
+ "content": [
2646
+ {
2647
+ "type": "paragraph",
2648
+ "content": [
2649
+ {
2650
+ "type": "text",
2651
+ "text": "Terraform modules should use workspace-based state."
2652
+ }
2653
+ ]
2654
+ }
2655
+ ]
2656
+ },
2657
+ "self": "",
2658
+ "createdAt": "2024-03-15T00:00:00.000Z",
2659
+ "updatedAt": "2024-03-15T00:00:00.000Z"
2660
+ },
2661
+ {
2662
+ "id": 8,
2663
+ "issueId": 37,
2664
+ "authorAccountId": "u-frank-06",
2665
+ "updateAuthorAccountId": "u-frank-06",
2666
+ "body": {
2667
+ "type": "doc",
2668
+ "version": 1,
2669
+ "content": [
2670
+ {
2671
+ "type": "paragraph",
2672
+ "content": [
2673
+ {
2674
+ "type": "text",
2675
+ "text": "Auto-scaling policy should have a cool-down period of 5 minutes."
2676
+ }
2677
+ ]
2678
+ }
2679
+ ]
2680
+ },
2681
+ "self": "",
2682
+ "createdAt": "2024-04-01T00:00:00.000Z",
2683
+ "updatedAt": "2024-04-01T00:00:00.000Z"
2684
+ },
2685
+ {
2686
+ "id": 9,
2687
+ "issueId": 40,
2688
+ "authorAccountId": "u-dave-04",
2689
+ "updateAuthorAccountId": "u-dave-04",
2690
+ "body": {
2691
+ "type": "doc",
2692
+ "version": 1,
2693
+ "content": [
2694
+ {
2695
+ "type": "paragraph",
2696
+ "content": [
2697
+ {
2698
+ "type": "text",
2699
+ "text": "ELK stack or Datadog? We should decide on the platform."
2700
+ }
2701
+ ]
2702
+ }
2703
+ ]
2704
+ },
2705
+ "self": "",
2706
+ "createdAt": "2024-05-01T00:00:00.000Z",
2707
+ "updatedAt": "2024-05-01T00:00:00.000Z"
2708
+ },
2709
+ {
2710
+ "id": 10,
2711
+ "issueId": 40,
2712
+ "authorAccountId": "u-carol-03",
2713
+ "updateAuthorAccountId": "u-carol-03",
2714
+ "body": {
2715
+ "type": "doc",
2716
+ "version": 1,
2717
+ "content": [
2718
+ {
2719
+ "type": "paragraph",
2720
+ "content": [
2721
+ {
2722
+ "type": "text",
2723
+ "text": "Going with Datadog — we already have APM there."
2724
+ }
2725
+ ]
2726
+ }
2727
+ ]
2728
+ },
2729
+ "self": "",
2730
+ "createdAt": "2024-05-02T00:00:00.000Z",
2731
+ "updatedAt": "2024-05-02T00:00:00.000Z"
2732
+ },
2733
+ {
2734
+ "id": 11,
2735
+ "issueId": 10,
2736
+ "authorAccountId": "u-alice-01",
2737
+ "updateAuthorAccountId": "u-alice-01",
2738
+ "body": {
2739
+ "type": "doc",
2740
+ "version": 1,
2741
+ "content": [
2742
+ {
2743
+ "type": "paragraph",
2744
+ "content": [
2745
+ {
2746
+ "type": "text",
2747
+ "text": "Added lazy loading for search results. Page load is now under 500ms."
2748
+ }
2749
+ ]
2750
+ }
2751
+ ]
2752
+ },
2753
+ "self": "",
2754
+ "createdAt": "2024-05-10T00:00:00.000Z",
2755
+ "updatedAt": "2024-05-10T00:00:00.000Z"
2756
+ },
2757
+ {
2758
+ "id": 12,
2759
+ "issueId": 15,
2760
+ "authorAccountId": "u-bob-02",
2761
+ "updateAuthorAccountId": "u-bob-02",
2762
+ "body": {
2763
+ "type": "doc",
2764
+ "version": 1,
2765
+ "content": [
2766
+ {
2767
+ "type": "paragraph",
2768
+ "content": [
2769
+ {
2770
+ "type": "text",
2771
+ "text": "UI mockups are ready for review in Figma."
2772
+ }
2773
+ ]
2774
+ }
2775
+ ]
2776
+ },
2777
+ "self": "",
2778
+ "createdAt": "2024-05-20T00:00:00.000Z",
2779
+ "updatedAt": "2024-05-20T00:00:00.000Z"
2780
+ }
2781
+ ],
2782
+ "transitions": [
2783
+ {
2784
+ "id": 1,
2785
+ "name": "Start Progress",
2786
+ "toStatusId": 2,
2787
+ "projectId": 1,
2788
+ "fromStatusIds": [
2789
+ 1
2790
+ ],
2791
+ "createdAt": "2023-01-01T00:00:00.000Z",
2792
+ "updatedAt": "2023-01-01T00:00:00.000Z"
2793
+ },
2794
+ {
2795
+ "id": 2,
2796
+ "name": "Request Review",
2797
+ "toStatusId": 3,
2798
+ "projectId": 1,
2799
+ "fromStatusIds": [
2800
+ 2
2801
+ ],
2802
+ "createdAt": "2023-01-01T00:00:00.000Z",
2803
+ "updatedAt": "2023-01-01T00:00:00.000Z"
2804
+ },
2805
+ {
2806
+ "id": 3,
2807
+ "name": "Done",
2808
+ "toStatusId": 4,
2809
+ "projectId": 1,
2810
+ "fromStatusIds": [
2811
+ 2,
2812
+ 3
2813
+ ],
2814
+ "createdAt": "2023-01-01T00:00:00.000Z",
2815
+ "updatedAt": "2023-01-01T00:00:00.000Z"
2816
+ },
2817
+ {
2818
+ "id": 4,
2819
+ "name": "Reopen",
2820
+ "toStatusId": 1,
2821
+ "projectId": 1,
2822
+ "fromStatusIds": [
2823
+ 2,
2824
+ 3,
2825
+ 4
2826
+ ],
2827
+ "createdAt": "2023-01-01T00:00:00.000Z",
2828
+ "updatedAt": "2023-01-01T00:00:00.000Z"
2829
+ },
2830
+ {
2831
+ "id": 5,
2832
+ "name": "Start Progress",
2833
+ "toStatusId": 6,
2834
+ "projectId": 2,
2835
+ "fromStatusIds": [
2836
+ 5
2837
+ ],
2838
+ "createdAt": "2023-03-01T00:00:00.000Z",
2839
+ "updatedAt": "2023-03-01T00:00:00.000Z"
2840
+ },
2841
+ {
2842
+ "id": 6,
2843
+ "name": "Done",
2844
+ "toStatusId": 7,
2845
+ "projectId": 2,
2846
+ "fromStatusIds": [
2847
+ 5,
2848
+ 6
2849
+ ],
2850
+ "createdAt": "2023-03-01T00:00:00.000Z",
2851
+ "updatedAt": "2023-03-01T00:00:00.000Z"
2852
+ },
2853
+ {
2854
+ "id": 7,
2855
+ "name": "Reopen",
2856
+ "toStatusId": 5,
2857
+ "projectId": 2,
2858
+ "fromStatusIds": [
2859
+ 6,
2860
+ 7
2861
+ ],
2862
+ "createdAt": "2023-03-01T00:00:00.000Z",
2863
+ "updatedAt": "2023-03-01T00:00:00.000Z"
2864
+ }
2865
+ ],
2866
+ "boards": [
2867
+ {
2868
+ "id": 1,
2869
+ "name": "Product Board",
2870
+ "type": "scrum",
2871
+ "projectId": 1,
2872
+ "self": "https://backlog-corp.atlassian.net/rest/agile/1.0/board/1",
2873
+ "createdAt": "2023-01-01T00:00:00.000Z",
2874
+ "updatedAt": "2023-01-01T00:00:00.000Z"
2875
+ },
2876
+ {
2877
+ "id": 2,
2878
+ "name": "Infra Board",
2879
+ "type": "kanban",
2880
+ "projectId": 2,
2881
+ "self": "https://backlog-corp.atlassian.net/rest/agile/1.0/board/2",
2882
+ "createdAt": "2023-03-01T00:00:00.000Z",
2883
+ "updatedAt": "2023-03-01T00:00:00.000Z"
2884
+ }
2885
+ ],
2886
+ "sprints": [
2887
+ {
2888
+ "id": 1,
2889
+ "boardId": 1,
2890
+ "name": "Sprint 10",
2891
+ "state": "closed",
2892
+ "startDate": "2024-05-01T00:00:00.000Z",
2893
+ "endDate": "2024-05-15T00:00:00.000Z",
2894
+ "completeDate": "2024-05-15T00:00:00.000Z",
2895
+ "goal": "Auth redesign",
2896
+ "self": "https://backlog-corp.atlassian.net/rest/agile/1.0/sprint/1",
2897
+ "createdAt": "2024-04-30T00:00:00.000Z",
2898
+ "updatedAt": "2024-05-15T00:00:00.000Z"
2899
+ },
2900
+ {
2901
+ "id": 2,
2902
+ "boardId": 1,
2903
+ "name": "Sprint 11",
2904
+ "state": "active",
2905
+ "startDate": "2024-06-01T00:00:00.000Z",
2906
+ "endDate": "2024-06-15T00:00:00.000Z",
2907
+ "completeDate": null,
2908
+ "goal": "Performance and bug fixes",
2909
+ "self": "https://backlog-corp.atlassian.net/rest/agile/1.0/sprint/2",
2910
+ "createdAt": "2024-05-31T00:00:00.000Z",
2911
+ "updatedAt": "2024-06-01T00:00:00.000Z"
2912
+ },
2913
+ {
2914
+ "id": 3,
2915
+ "boardId": 1,
2916
+ "name": "Sprint 12",
2917
+ "state": "future",
2918
+ "startDate": null,
2919
+ "endDate": null,
2920
+ "completeDate": null,
2921
+ "goal": "SSO and GraphQL",
2922
+ "self": "https://backlog-corp.atlassian.net/rest/agile/1.0/sprint/3",
2923
+ "createdAt": "2024-06-10T00:00:00.000Z",
2924
+ "updatedAt": "2024-06-10T00:00:00.000Z"
2925
+ }
2926
+ ],
2927
+ "sprintIssues": [
2928
+ {
2929
+ "id": 1,
2930
+ "sprintId": 1,
2931
+ "issueId": 9,
2932
+ "createdAt": "2024-05-01T00:00:00.000Z",
2933
+ "updatedAt": "2024-05-01T00:00:00.000Z"
2934
+ },
2935
+ {
2936
+ "id": 2,
2937
+ "sprintId": 1,
2938
+ "issueId": 12,
2939
+ "createdAt": "2024-05-01T00:00:00.000Z",
2940
+ "updatedAt": "2024-05-01T00:00:00.000Z"
2941
+ },
2942
+ {
2943
+ "id": 3,
2944
+ "sprintId": 1,
2945
+ "issueId": 14,
2946
+ "createdAt": "2024-05-01T00:00:00.000Z",
2947
+ "updatedAt": "2024-05-01T00:00:00.000Z"
2948
+ },
2949
+ {
2950
+ "id": 4,
2951
+ "sprintId": 1,
2952
+ "issueId": 16,
2953
+ "createdAt": "2024-05-01T00:00:00.000Z",
2954
+ "updatedAt": "2024-05-01T00:00:00.000Z"
2955
+ },
2956
+ {
2957
+ "id": 5,
2958
+ "sprintId": 1,
2959
+ "issueId": 19,
2960
+ "createdAt": "2024-05-01T00:00:00.000Z",
2961
+ "updatedAt": "2024-05-01T00:00:00.000Z"
2962
+ },
2963
+ {
2964
+ "id": 6,
2965
+ "sprintId": 2,
2966
+ "issueId": 2,
2967
+ "createdAt": "2024-06-01T00:00:00.000Z",
2968
+ "updatedAt": "2024-06-01T00:00:00.000Z"
2969
+ },
2970
+ {
2971
+ "id": 7,
2972
+ "sprintId": 2,
2973
+ "issueId": 4,
2974
+ "createdAt": "2024-06-01T00:00:00.000Z",
2975
+ "updatedAt": "2024-06-01T00:00:00.000Z"
2976
+ },
2977
+ {
2978
+ "id": 8,
2979
+ "sprintId": 2,
2980
+ "issueId": 10,
2981
+ "createdAt": "2024-06-01T00:00:00.000Z",
2982
+ "updatedAt": "2024-06-01T00:00:00.000Z"
2983
+ },
2984
+ {
2985
+ "id": 9,
2986
+ "sprintId": 2,
2987
+ "issueId": 11,
2988
+ "createdAt": "2024-06-01T00:00:00.000Z",
2989
+ "updatedAt": "2024-06-01T00:00:00.000Z"
2990
+ },
2991
+ {
2992
+ "id": 10,
2993
+ "sprintId": 2,
2994
+ "issueId": 13,
2995
+ "createdAt": "2024-06-01T00:00:00.000Z",
2996
+ "updatedAt": "2024-06-01T00:00:00.000Z"
2997
+ },
2998
+ {
2999
+ "id": 11,
3000
+ "sprintId": 2,
3001
+ "issueId": 18,
3002
+ "createdAt": "2024-06-01T00:00:00.000Z",
3003
+ "updatedAt": "2024-06-01T00:00:00.000Z"
3004
+ },
3005
+ {
3006
+ "id": 12,
3007
+ "sprintId": 3,
3008
+ "issueId": 1,
3009
+ "createdAt": "2024-06-10T00:00:00.000Z",
3010
+ "updatedAt": "2024-06-10T00:00:00.000Z"
3011
+ },
3012
+ {
3013
+ "id": 13,
3014
+ "sprintId": 3,
3015
+ "issueId": 3,
3016
+ "createdAt": "2024-06-10T00:00:00.000Z",
3017
+ "updatedAt": "2024-06-10T00:00:00.000Z"
3018
+ },
3019
+ {
3020
+ "id": 14,
3021
+ "sprintId": 3,
3022
+ "issueId": 5,
3023
+ "createdAt": "2024-06-10T00:00:00.000Z",
3024
+ "updatedAt": "2024-06-10T00:00:00.000Z"
3025
+ },
3026
+ {
3027
+ "id": 15,
3028
+ "sprintId": 3,
3029
+ "issueId": 6,
3030
+ "createdAt": "2024-06-10T00:00:00.000Z",
3031
+ "updatedAt": "2024-06-10T00:00:00.000Z"
3032
+ }
3033
+ ],
3034
+ "worklogs": [
3035
+ {
3036
+ "id": 1,
3037
+ "issueId": 1,
3038
+ "authorAccountId": "u-alice-01",
3039
+ "updateAuthorAccountId": "u-alice-01",
3040
+ "comment": {
3041
+ "type": "doc",
3042
+ "version": 1,
3043
+ "content": [
3044
+ {
3045
+ "type": "paragraph",
3046
+ "content": [
3047
+ {
3048
+ "type": "text",
3049
+ "text": "Initial architecture review"
3050
+ }
3051
+ ]
3052
+ }
3053
+ ]
3054
+ },
3055
+ "started": "2024-01-20T00:00:00.000Z",
3056
+ "timeSpent": "4h",
3057
+ "timeSpentSeconds": 14400,
3058
+ "self": "",
3059
+ "createdAt": "2024-01-20T00:00:00.000Z",
3060
+ "updatedAt": "2024-01-20T00:00:00.000Z"
3061
+ },
3062
+ {
3063
+ "id": 2,
3064
+ "issueId": 2,
3065
+ "authorAccountId": "u-bob-02",
3066
+ "updateAuthorAccountId": "u-bob-02",
3067
+ "comment": {
3068
+ "type": "doc",
3069
+ "version": 1,
3070
+ "content": [
3071
+ {
3072
+ "type": "paragraph",
3073
+ "content": [
3074
+ {
3075
+ "type": "text",
3076
+ "text": "TOTP implementation"
3077
+ }
3078
+ ]
3079
+ }
3080
+ ]
3081
+ },
3082
+ "started": "2024-02-15T00:00:00.000Z",
3083
+ "timeSpent": "6h",
3084
+ "timeSpentSeconds": 21600,
3085
+ "self": "",
3086
+ "createdAt": "2024-02-15T00:00:00.000Z",
3087
+ "updatedAt": "2024-02-15T00:00:00.000Z"
3088
+ },
3089
+ {
3090
+ "id": 3,
3091
+ "issueId": 5,
3092
+ "authorAccountId": "u-carol-03",
3093
+ "updateAuthorAccountId": "u-carol-03",
3094
+ "comment": {
3095
+ "type": "doc",
3096
+ "version": 1,
3097
+ "content": [
3098
+ {
3099
+ "type": "paragraph",
3100
+ "content": [
3101
+ {
3102
+ "type": "text",
3103
+ "text": "Session management refactor"
3104
+ }
3105
+ ]
3106
+ }
3107
+ ]
3108
+ },
3109
+ "started": "2024-03-05T00:00:00.000Z",
3110
+ "timeSpent": "3h",
3111
+ "timeSpentSeconds": 10800,
3112
+ "self": "",
3113
+ "createdAt": "2024-03-05T00:00:00.000Z",
3114
+ "updatedAt": "2024-03-05T00:00:00.000Z"
3115
+ },
3116
+ {
3117
+ "id": 4,
3118
+ "issueId": 17,
3119
+ "authorAccountId": "u-dave-04",
3120
+ "updateAuthorAccountId": "u-dave-04",
3121
+ "comment": {
3122
+ "type": "doc",
3123
+ "version": 1,
3124
+ "content": [
3125
+ {
3126
+ "type": "paragraph",
3127
+ "content": [
3128
+ {
3129
+ "type": "text",
3130
+ "text": "Memory leak investigation"
3131
+ }
3132
+ ]
3133
+ }
3134
+ ]
3135
+ },
3136
+ "started": "2024-04-15T00:00:00.000Z",
3137
+ "timeSpent": "2h",
3138
+ "timeSpentSeconds": 7200,
3139
+ "self": "",
3140
+ "createdAt": "2024-04-15T00:00:00.000Z",
3141
+ "updatedAt": "2024-04-15T00:00:00.000Z"
3142
+ },
3143
+ {
3144
+ "id": 5,
3145
+ "issueId": 17,
3146
+ "authorAccountId": "u-bob-02",
3147
+ "updateAuthorAccountId": "u-bob-02",
3148
+ "comment": {
3149
+ "type": "doc",
3150
+ "version": 1,
3151
+ "content": [
3152
+ {
3153
+ "type": "paragraph",
3154
+ "content": [
3155
+ {
3156
+ "type": "text",
3157
+ "text": "Fix and regression testing"
3158
+ }
3159
+ ]
3160
+ }
3161
+ ]
3162
+ },
3163
+ "started": "2024-04-17T00:00:00.000Z",
3164
+ "timeSpent": "5h",
3165
+ "timeSpentSeconds": 18000,
3166
+ "self": "",
3167
+ "createdAt": "2024-04-17T00:00:00.000Z",
3168
+ "updatedAt": "2024-04-17T00:00:00.000Z"
3169
+ },
3170
+ {
3171
+ "id": 6,
3172
+ "issueId": 36,
3173
+ "authorAccountId": "u-eve-05",
3174
+ "updateAuthorAccountId": "u-eve-05",
3175
+ "comment": {
3176
+ "type": "doc",
3177
+ "version": 1,
3178
+ "content": [
3179
+ {
3180
+ "type": "paragraph",
3181
+ "content": [
3182
+ {
3183
+ "type": "text",
3184
+ "text": "Terraform module setup"
3185
+ }
3186
+ ]
3187
+ }
3188
+ ]
3189
+ },
3190
+ "started": "2024-03-20T00:00:00.000Z",
3191
+ "timeSpent": "8h",
3192
+ "timeSpentSeconds": 28800,
3193
+ "self": "",
3194
+ "createdAt": "2024-03-20T00:00:00.000Z",
3195
+ "updatedAt": "2024-03-20T00:00:00.000Z"
3196
+ }
3197
+ ],
3198
+ "components": [],
3199
+ "versions": [
3200
+ {
3201
+ "id": 1,
3202
+ "projectId": 1,
3203
+ "name": "v2.0",
3204
+ "description": "Major release",
3205
+ "archived": false,
3206
+ "released": false,
3207
+ "startDate": "2024-01-01",
3208
+ "releaseDate": "2024-07-01",
3209
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/version/10000",
3210
+ "createdAt": "2024-01-01T00:00:00.000Z",
3211
+ "updatedAt": "2024-01-01T00:00:00.000Z"
3212
+ },
3213
+ {
3214
+ "id": 2,
3215
+ "projectId": 1,
3216
+ "name": "v1.9.1",
3217
+ "description": "Hotfix",
3218
+ "archived": false,
3219
+ "released": true,
3220
+ "startDate": "2024-05-01",
3221
+ "releaseDate": "2024-05-15",
3222
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/version/10001",
3223
+ "createdAt": "2024-05-01T00:00:00.000Z",
3224
+ "updatedAt": "2024-05-15T00:00:00.000Z"
3225
+ }
3226
+ ],
3227
+ "issueLinks": [
3228
+ {
3229
+ "id": 1,
3230
+ "inwardIssueId": 2,
3231
+ "outwardIssueId": 1,
3232
+ "linkTypeName": "Blocks",
3233
+ "linkTypeInward": "is blocked by",
3234
+ "linkTypeOutward": "blocks",
3235
+ "createdAt": "2024-02-10T00:00:00.000Z",
3236
+ "updatedAt": "2024-02-10T00:00:00.000Z"
3237
+ },
3238
+ {
3239
+ "id": 2,
3240
+ "inwardIssueId": 5,
3241
+ "outwardIssueId": 4,
3242
+ "linkTypeName": "Relates",
3243
+ "linkTypeInward": "relates to",
3244
+ "linkTypeOutward": "relates to",
3245
+ "createdAt": "2024-03-05T00:00:00.000Z",
3246
+ "updatedAt": "2024-03-05T00:00:00.000Z"
3247
+ },
3248
+ {
3249
+ "id": 3,
3250
+ "inwardIssueId": 18,
3251
+ "outwardIssueId": 19,
3252
+ "linkTypeName": "Duplicates",
3253
+ "linkTypeInward": "is duplicated by",
3254
+ "linkTypeOutward": "duplicates",
3255
+ "createdAt": "2024-04-20T00:00:00.000Z",
3256
+ "updatedAt": "2024-04-20T00:00:00.000Z"
3257
+ }
3258
+ ],
3259
+ "issueLinkTypes": [
3260
+ {
3261
+ "id": 1,
3262
+ "name": "Blocks",
3263
+ "inward": "is blocked by",
3264
+ "outward": "blocks",
3265
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issueLinkType/10000",
3266
+ "createdAt": "2023-01-01T00:00:00.000Z",
3267
+ "updatedAt": "2023-01-01T00:00:00.000Z"
3268
+ },
3269
+ {
3270
+ "id": 2,
3271
+ "name": "Relates",
3272
+ "inward": "relates to",
3273
+ "outward": "relates to",
3274
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issueLinkType/10001",
3275
+ "createdAt": "2023-01-01T00:00:00.000Z",
3276
+ "updatedAt": "2023-01-01T00:00:00.000Z"
3277
+ },
3278
+ {
3279
+ "id": 3,
3280
+ "name": "Duplicates",
3281
+ "inward": "is duplicated by",
3282
+ "outward": "duplicates",
3283
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issueLinkType/10002",
3284
+ "createdAt": "2023-01-01T00:00:00.000Z",
3285
+ "updatedAt": "2023-01-01T00:00:00.000Z"
3286
+ },
3287
+ {
3288
+ "id": 4,
3289
+ "name": "Clones",
3290
+ "inward": "is cloned by",
3291
+ "outward": "clones",
3292
+ "self": "https://backlog-corp.atlassian.net/rest/api/3/issueLinkType/10003",
3293
+ "createdAt": "2023-01-01T00:00:00.000Z",
3294
+ "updatedAt": "2023-01-01T00:00:00.000Z"
3295
+ }
3296
+ ],
3297
+ "fields": [
3298
+ {
3299
+ "id": 1,
3300
+ "fieldId": "summary",
3301
+ "name": "Summary",
3302
+ "custom": false,
3303
+ "orderable": true,
3304
+ "navigable": true,
3305
+ "searchable": true,
3306
+ "clauseNames": [
3307
+ "summary"
3308
+ ],
3309
+ "schema": {
3310
+ "type": "string",
3311
+ "system": "summary"
3312
+ },
3313
+ "createdAt": "2023-01-01T00:00:00.000Z",
3314
+ "updatedAt": "2023-01-01T00:00:00.000Z"
3315
+ },
3316
+ {
3317
+ "id": 2,
3318
+ "fieldId": "status",
3319
+ "name": "Status",
3320
+ "custom": false,
3321
+ "orderable": true,
3322
+ "navigable": true,
3323
+ "searchable": true,
3324
+ "clauseNames": [
3325
+ "status"
3326
+ ],
3327
+ "schema": {
3328
+ "type": "status",
3329
+ "system": "status"
3330
+ },
3331
+ "createdAt": "2023-01-01T00:00:00.000Z",
3332
+ "updatedAt": "2023-01-01T00:00:00.000Z"
3333
+ },
3334
+ {
3335
+ "id": 3,
3336
+ "fieldId": "priority",
3337
+ "name": "Priority",
3338
+ "custom": false,
3339
+ "orderable": true,
3340
+ "navigable": true,
3341
+ "searchable": true,
3342
+ "clauseNames": [
3343
+ "priority"
3344
+ ],
3345
+ "schema": {
3346
+ "type": "priority",
3347
+ "system": "priority"
3348
+ },
3349
+ "createdAt": "2023-01-01T00:00:00.000Z",
3350
+ "updatedAt": "2023-01-01T00:00:00.000Z"
3351
+ }
3352
+ ],
3353
+ "watchers": [
3354
+ {
3355
+ "id": 1,
3356
+ "issueId": 1,
3357
+ "accountId": "u-bob-02",
3358
+ "createdAt": "2024-01-20T00:00:00.000Z",
3359
+ "updatedAt": "2024-01-20T00:00:00.000Z"
3360
+ },
3361
+ {
3362
+ "id": 2,
3363
+ "issueId": 17,
3364
+ "accountId": "u-alice-01",
3365
+ "createdAt": "2024-04-15T00:00:00.000Z",
3366
+ "updatedAt": "2024-04-15T00:00:00.000Z"
3367
+ },
3368
+ {
3369
+ "id": 3,
3370
+ "issueId": 17,
3371
+ "accountId": "u-dave-04",
3372
+ "createdAt": "2024-04-15T00:00:00.000Z",
3373
+ "updatedAt": "2024-04-15T00:00:00.000Z"
3374
+ }
3375
+ ],
3376
+ "remoteLinks": []
3377
+ }