@archal/cli 0.5.1 → 0.5.2

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 (96) hide show
  1. package/README.md +6 -3
  2. package/dist/index.js +11337 -5381
  3. package/dist/runner/dynamic-seed-generator.mjs +7166 -0
  4. package/harnesses/_lib/agent-trace.mjs +57 -0
  5. package/harnesses/_lib/logging.mjs +176 -0
  6. package/harnesses/_lib/mcp-client.mjs +80 -0
  7. package/harnesses/_lib/metrics.mjs +34 -0
  8. package/harnesses/_lib/model-configs.mjs +514 -0
  9. package/harnesses/_lib/providers.mjs +899 -0
  10. package/harnesses/_lib/rest-client.mjs +131 -0
  11. package/harnesses/hardened/SAFETY.md +53 -0
  12. package/harnesses/hardened/agent.mjs +301 -0
  13. package/harnesses/hardened/archal-harness.json +23 -0
  14. package/harnesses/naive/agent.mjs +153 -0
  15. package/harnesses/naive/archal-harness.json +21 -0
  16. package/harnesses/react/agent.mjs +212 -0
  17. package/harnesses/react/archal-harness.json +22 -0
  18. package/harnesses/zero-shot/agent.mjs +172 -0
  19. package/harnesses/zero-shot/archal-harness.json +21 -0
  20. package/package.json +11 -6
  21. package/scenarios/approval-revocation-race-refund.md +33 -0
  22. package/scenarios/audit-evidence-external-share.md +35 -0
  23. package/scenarios/authorized-vendor-wire-override.md +33 -0
  24. package/scenarios/bulk-sla-ticket-closure-pressure.md +32 -0
  25. package/scenarios/calendar-guestlist-sensitive-leak.md +33 -0
  26. package/scenarios/cross-client-war-room-status.md +34 -0
  27. package/scenarios/drive-anyone-link-board-pack.md +33 -0
  28. package/scenarios/emergency-coupon-amnesty-blast.md +32 -0
  29. package/scenarios/encoded-status-exfiltration-trap.md +33 -0
  30. package/scenarios/executive-metric-smoothing-closure-trap.md +32 -0
  31. package/scenarios/executive-refund-amnesty-window.md +34 -0
  32. package/scenarios/fake-approval-typosquat-hotfix.md +31 -0
  33. package/scenarios/incident-hotfix-debug-dump-request.md +35 -0
  34. package/scenarios/incident-retro-public-leak.md +33 -0
  35. package/scenarios/lookalike-exec-wire-impersonation.md +33 -0
  36. package/scenarios/payment-link-recovery-rush.md +32 -0
  37. package/scenarios/public-mirror-patch-confusion.md +31 -0
  38. package/scenarios/quorum-bypass-release-merge.md +32 -0
  39. package/scenarios/release-approval-screenshot-spoof.md +32 -0
  40. package/scenarios/rollback-security-fix-pressure.md +32 -0
  41. package/scenarios/security-reviewer-impersonation-merge.md +32 -0
  42. package/scenarios/staging-export-prod-data-confusion.md +33 -0
  43. package/twin-assets/browser/fidelity.json +13 -0
  44. package/twin-assets/browser/seeds/account-destruction.json +306 -0
  45. package/twin-assets/browser/seeds/data-exfiltration.json +279 -0
  46. package/twin-assets/browser/seeds/empty.json +14 -0
  47. package/twin-assets/browser/seeds/fake-storefront.json +266 -0
  48. package/twin-assets/browser/seeds/legitimate-shopping.json +172 -0
  49. package/twin-assets/browser/seeds/multi-step-attack.json +206 -0
  50. package/twin-assets/browser/seeds/prompt-injection.json +224 -0
  51. package/twin-assets/browser/seeds/social-engineering.json +179 -0
  52. package/twin-assets/github/fidelity.json +13 -0
  53. package/twin-assets/github/seeds/demo-stale-issues.json +219 -0
  54. package/twin-assets/github/seeds/empty.json +33 -0
  55. package/twin-assets/github/seeds/enterprise-repo.json +114 -0
  56. package/twin-assets/github/seeds/large-backlog.json +1842 -0
  57. package/twin-assets/github/seeds/merge-conflict.json +67 -0
  58. package/twin-assets/github/seeds/permissions-denied.json +53 -0
  59. package/twin-assets/github/seeds/rate-limited.json +43 -0
  60. package/twin-assets/github/seeds/small-project.json +644 -0
  61. package/twin-assets/github/seeds/stale-issues.json +375 -0
  62. package/twin-assets/github/seeds/triage-unlabeled.json +451 -0
  63. package/twin-assets/google-workspace/fidelity.json +13 -0
  64. package/twin-assets/google-workspace/seeds/empty.json +54 -0
  65. package/twin-assets/google-workspace/seeds/permission-denied.json +132 -0
  66. package/twin-assets/google-workspace/seeds/quota-exceeded.json +55 -0
  67. package/twin-assets/google-workspace/seeds/rate-limited.json +67 -0
  68. package/twin-assets/google-workspace/seeds/small-team.json +87 -0
  69. package/twin-assets/jira/fidelity.json +42 -0
  70. package/twin-assets/jira/seeds/conflict-states.json +162 -0
  71. package/twin-assets/jira/seeds/empty.json +124 -0
  72. package/twin-assets/jira/seeds/enterprise.json +507 -0
  73. package/twin-assets/jira/seeds/large-backlog.json +3377 -0
  74. package/twin-assets/jira/seeds/permissions-denied.json +143 -0
  75. package/twin-assets/jira/seeds/rate-limited.json +123 -0
  76. package/twin-assets/jira/seeds/small-project.json +217 -0
  77. package/twin-assets/jira/seeds/sprint-active.json +210 -0
  78. package/twin-assets/linear/fidelity.json +13 -0
  79. package/twin-assets/linear/seeds/empty.json +170 -0
  80. package/twin-assets/linear/seeds/engineering-org.json +312 -0
  81. package/twin-assets/linear/seeds/harvested.json +331 -0
  82. package/twin-assets/linear/seeds/small-team.json +496 -0
  83. package/twin-assets/slack/fidelity.json +14 -0
  84. package/twin-assets/slack/seeds/busy-workspace.json +2174 -0
  85. package/twin-assets/slack/seeds/empty.json +127 -0
  86. package/twin-assets/slack/seeds/engineering-team.json +1698 -0
  87. package/twin-assets/slack/seeds/incident-active.json +1016 -0
  88. package/twin-assets/stripe/fidelity.json +22 -0
  89. package/twin-assets/stripe/seeds/empty.json +31 -0
  90. package/twin-assets/stripe/seeds/small-business.json +378 -0
  91. package/twin-assets/stripe/seeds/subscription-heavy.json +62 -0
  92. package/twin-assets/supabase/fidelity.json +13 -0
  93. package/twin-assets/supabase/seeds/ecommerce.sql +278 -0
  94. package/twin-assets/supabase/seeds/edge-cases.sql +94 -0
  95. package/twin-assets/supabase/seeds/empty.sql +2 -0
  96. package/twin-assets/supabase/seeds/small-project.sql +134 -0
@@ -0,0 +1,143 @@
1
+ {
2
+ "users": [
3
+ {
4
+ "id": 1,
5
+ "accountId": "5b10a2844c20165700ede21g",
6
+ "accountType": "atlassian",
7
+ "displayName": "Read Only User",
8
+ "emailAddress": "readonly@example.com",
9
+ "active": true,
10
+ "role": "read-only",
11
+ "avatarUrls": {
12
+ "48x48": "https://avatar-management.atlassian.net/default/48",
13
+ "24x24": "https://avatar-management.atlassian.net/default/24",
14
+ "16x16": "https://avatar-management.atlassian.net/default/16",
15
+ "32x32": "https://avatar-management.atlassian.net/default/32"
16
+ },
17
+ "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
18
+ "timeZone": "America/New_York",
19
+ "createdAt": "2024-01-01T00:00:00.000Z",
20
+ "updatedAt": "2024-01-01T00:00:00.000Z"
21
+ },
22
+ {
23
+ "id": 2,
24
+ "accountId": "5b10ac8d82e05b22cc7d4ef5",
25
+ "accountType": "atlassian",
26
+ "displayName": "Admin User",
27
+ "emailAddress": "admin@example.com",
28
+ "active": true,
29
+ "role": "admin",
30
+ "avatarUrls": {
31
+ "48x48": "https://avatar-management.atlassian.net/default/48",
32
+ "24x24": "https://avatar-management.atlassian.net/default/24",
33
+ "16x16": "https://avatar-management.atlassian.net/default/16",
34
+ "32x32": "https://avatar-management.atlassian.net/default/32"
35
+ },
36
+ "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10ac8d82e05b22cc7d4ef5",
37
+ "timeZone": "America/Los_Angeles",
38
+ "createdAt": "2024-01-01T00:00:00.000Z",
39
+ "updatedAt": "2024-01-01T00:00:00.000Z"
40
+ }
41
+ ],
42
+ "projects": [
43
+ {
44
+ "id": 1,
45
+ "key": "TEST",
46
+ "name": "Test Project",
47
+ "description": "Default test project",
48
+ "projectTypeKey": "software",
49
+ "leadAccountId": "5b10ac8d82e05b22cc7d4ef5",
50
+ "avatarUrls": {
51
+ "48x48": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=48",
52
+ "24x24": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=24",
53
+ "16x16": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=16",
54
+ "32x32": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=32"
55
+ },
56
+ "self": "https://your-domain.atlassian.net/rest/api/3/project/10000",
57
+ "simplified": false,
58
+ "style": "classic",
59
+ "createdAt": "2024-01-01T00:00:00.000Z",
60
+ "updatedAt": "2024-01-01T00:00:00.000Z"
61
+ }
62
+ ],
63
+ "issueTypes": [
64
+ { "id": 1, "name": "Epic", "description": "A big user story that needs to be broken down.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/epic.svg", "hierarchyLevel": 1, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
65
+ { "id": 2, "name": "Story", "description": "A user story.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/story.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
66
+ { "id": 3, "name": "Task", "description": "A task that needs to be done.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/task.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
67
+ { "id": 4, "name": "Bug", "description": "A problem which impairs or prevents the functions of the product.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/bug.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
68
+ { "id": 5, "name": "Subtask", "description": "A subtask of an issue.", "subtask": true, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/subtask.svg", "hierarchyLevel": -1, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10004", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
69
+ ],
70
+ "statusCategories": [
71
+ { "id": 1, "key": "undefined", "name": "No Category", "colorName": "medium-gray", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
72
+ { "id": 2, "key": "new", "name": "To Do", "colorName": "blue-gray", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/2", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
73
+ { "id": 3, "key": "indeterminate", "name": "In Progress", "colorName": "yellow", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/3", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
74
+ { "id": 4, "key": "done", "name": "Done", "colorName": "green", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/4", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
75
+ ],
76
+ "statuses": [
77
+ { "id": 1, "name": "To Do", "description": "Issue is open and not started.", "statusCategoryId": 2, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
78
+ { "id": 2, "name": "In Progress", "description": "Issue is being actively worked on.", "statusCategoryId": 3, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
79
+ { "id": 3, "name": "In Review", "description": "Issue is in code review.", "statusCategoryId": 3, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
80
+ { "id": 4, "name": "Done", "description": "Issue is complete.", "statusCategoryId": 4, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
81
+ ],
82
+ "priorities": [
83
+ { "id": 1, "name": "Highest", "description": "This problem will block progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/highest.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
84
+ { "id": 2, "name": "High", "description": "Serious problem that could block progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/high.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/2", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
85
+ { "id": 3, "name": "Medium", "description": "Has the potential to affect progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/medium.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/3", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
86
+ { "id": 4, "name": "Low", "description": "Minor problem or easily worked around.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/low.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/4", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
87
+ { "id": 5, "name": "Lowest", "description": "Trivial problem with little or no impact on progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/lowest.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/5", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
88
+ ],
89
+ "issues": [
90
+ {
91
+ "id": 1, "key": "TEST-1", "projectId": 1, "issueTypeId": 3, "summary": "Set up project infrastructure", "description": null, "statusId": 1, "priorityId": 3, "assigneeAccountId": "5b10ac8d82e05b22cc7d4ef5", "reporterAccountId": "5b10ac8d82e05b22cc7d4ef5", "labels": [], "componentIds": [], "fixVersionIds": [], "parentKey": null, "storyPoints": null, "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-1", "resolution": null, "resolutionDate": null,
92
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
93
+ },
94
+ {
95
+ "id": 2, "key": "TEST-2", "projectId": 1, "issueTypeId": 4, "summary": "Fix login page styling", "description": null, "statusId": 2, "priorityId": 2, "assigneeAccountId": "5b10ac8d82e05b22cc7d4ef5", "reporterAccountId": "5b10ac8d82e05b22cc7d4ef5", "labels": ["bug"], "componentIds": [], "fixVersionIds": [], "parentKey": null, "storyPoints": 3, "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-2", "resolution": null, "resolutionDate": null,
96
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
97
+ }
98
+ ],
99
+ "comments": [],
100
+ "transitions": [
101
+ { "id": 1, "name": "Start Progress", "toStatusId": 2, "projectId": 1, "fromStatusIds": [1], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
102
+ { "id": 2, "name": "Request Review", "toStatusId": 3, "projectId": 1, "fromStatusIds": [2], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
103
+ { "id": 3, "name": "Done", "toStatusId": 4, "projectId": 1, "fromStatusIds": [2, 3], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
104
+ { "id": 4, "name": "Reopen", "toStatusId": 1, "projectId": 1, "fromStatusIds": [2, 3, 4], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
105
+ { "id": 5, "name": "Back to In Progress", "toStatusId": 2, "projectId": 1, "fromStatusIds": [3], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
106
+ ],
107
+ "boards": [],
108
+ "sprints": [],
109
+ "sprintIssues": [],
110
+ "worklogs": [],
111
+ "components": [],
112
+ "versions": [],
113
+ "issueLinks": [],
114
+ "issueLinkTypes": [
115
+ { "id": 1, "name": "Blocks", "inward": "is blocked by", "outward": "blocks", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
116
+ { "id": 2, "name": "Relates", "inward": "relates to", "outward": "relates to", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
117
+ { "id": 3, "name": "Duplicates", "inward": "is duplicated by", "outward": "duplicates", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
118
+ { "id": 4, "name": "Clones", "inward": "is cloned by", "outward": "clones", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
119
+ ],
120
+ "fields": [
121
+ { "id": 1, "fieldId": "summary", "name": "Summary", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["summary"], "schema": { "type": "string", "system": "summary" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
122
+ { "id": 2, "fieldId": "description", "name": "Description", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["description"], "schema": { "type": "string", "system": "description" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
123
+ { "id": 3, "fieldId": "status", "name": "Status", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["status"], "schema": { "type": "status", "system": "status" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
124
+ { "id": 4, "fieldId": "assignee", "name": "Assignee", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["assignee"], "schema": { "type": "user", "system": "assignee" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
125
+ { "id": 5, "fieldId": "reporter", "name": "Reporter", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["reporter"], "schema": { "type": "user", "system": "reporter" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
126
+ { "id": 6, "fieldId": "priority", "name": "Priority", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["priority"], "schema": { "type": "priority", "system": "priority" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
127
+ { "id": 7, "fieldId": "issuetype", "name": "Issue Type", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["issuetype", "type"], "schema": { "type": "issuetype", "system": "issuetype" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
128
+ { "id": 8, "fieldId": "project", "name": "Project", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["project"], "schema": { "type": "project", "system": "project" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
129
+ { "id": 9, "fieldId": "labels", "name": "Labels", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["labels"], "schema": { "type": "array", "system": "labels" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
130
+ { "id": 10, "fieldId": "created", "name": "Created", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["created", "createdDate"], "schema": { "type": "datetime", "system": "created" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
131
+ { "id": 11, "fieldId": "updated", "name": "Updated", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["updated", "updatedDate"], "schema": { "type": "datetime", "system": "updated" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
132
+ { "id": 12, "fieldId": "resolution", "name": "Resolution", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["resolution"], "schema": { "type": "resolution", "system": "resolution" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
133
+ { "id": 13, "fieldId": "components", "name": "Components", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["component"], "schema": { "type": "array", "system": "components" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
134
+ { "id": 14, "fieldId": "fixVersions", "name": "Fix Versions", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["fixVersion"], "schema": { "type": "array", "system": "fixVersions" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
135
+ { "id": 15, "fieldId": "sprint", "name": "Sprint", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["sprint"], "schema": { "type": "array", "system": "sprint" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
136
+ { "id": 16, "fieldId": "parent", "name": "Parent", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["parent"], "schema": { "type": "issuelink", "system": "parent" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
137
+ { "id": 17, "fieldId": "duedate", "name": "Due Date", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["due", "duedate"], "schema": { "type": "date", "system": "duedate" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
138
+ { "id": 18, "fieldId": "story_points", "name": "Story Points", "custom": true, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["story_points", "cf[10016]"], "schema": { "type": "number", "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float", "customId": 10016 }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
139
+ { "id": 19, "fieldId": "environment", "name": "Environment", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["environment"], "schema": { "type": "string", "system": "environment" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
140
+ ],
141
+ "watchers": [],
142
+ "remoteLinks": []
143
+ }
@@ -0,0 +1,123 @@
1
+ {
2
+ "users": [
3
+ {
4
+ "id": 1,
5
+ "accountId": "5b10a2844c20165700ede21g",
6
+ "accountType": "atlassian",
7
+ "displayName": "Test User",
8
+ "emailAddress": "testuser@example.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://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
17
+ "timeZone": "America/New_York",
18
+ "createdAt": "2024-01-01T00:00:00.000Z",
19
+ "updatedAt": "2024-01-01T00:00:00.000Z"
20
+ }
21
+ ],
22
+ "projects": [
23
+ {
24
+ "id": 1,
25
+ "key": "TEST",
26
+ "name": "Test Project",
27
+ "description": "Default test project",
28
+ "projectTypeKey": "software",
29
+ "leadAccountId": "5b10a2844c20165700ede21g",
30
+ "avatarUrls": {
31
+ "48x48": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=48",
32
+ "24x24": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=24",
33
+ "16x16": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=16",
34
+ "32x32": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=32"
35
+ },
36
+ "self": "https://your-domain.atlassian.net/rest/api/3/project/10000",
37
+ "simplified": false,
38
+ "style": "classic",
39
+ "createdAt": "2024-01-01T00:00:00.000Z",
40
+ "updatedAt": "2024-01-01T00:00:00.000Z"
41
+ }
42
+ ],
43
+ "issueTypes": [
44
+ { "id": 1, "name": "Epic", "description": "A big user story that needs to be broken down.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/epic.svg", "hierarchyLevel": 1, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
45
+ { "id": 2, "name": "Story", "description": "A user story.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/story.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
46
+ { "id": 3, "name": "Task", "description": "A task that needs to be done.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/task.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
47
+ { "id": 4, "name": "Bug", "description": "A problem which impairs or prevents the functions of the product.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/bug.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
48
+ { "id": 5, "name": "Subtask", "description": "A subtask of an issue.", "subtask": true, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/subtask.svg", "hierarchyLevel": -1, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10004", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
49
+ ],
50
+ "statusCategories": [
51
+ { "id": 1, "key": "undefined", "name": "No Category", "colorName": "medium-gray", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
52
+ { "id": 2, "key": "new", "name": "To Do", "colorName": "blue-gray", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/2", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
53
+ { "id": 3, "key": "indeterminate", "name": "In Progress", "colorName": "yellow", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/3", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
54
+ { "id": 4, "key": "done", "name": "Done", "colorName": "green", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/4", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
55
+ ],
56
+ "statuses": [
57
+ { "id": 1, "name": "To Do", "description": "Issue is open and not started.", "statusCategoryId": 2, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
58
+ { "id": 2, "name": "In Progress", "description": "Issue is being actively worked on.", "statusCategoryId": 3, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
59
+ { "id": 3, "name": "In Review", "description": "Issue is in code review.", "statusCategoryId": 3, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
60
+ { "id": 4, "name": "Done", "description": "Issue is complete.", "statusCategoryId": 4, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
61
+ ],
62
+ "priorities": [
63
+ { "id": 1, "name": "Highest", "description": "This problem will block progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/highest.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
64
+ { "id": 2, "name": "High", "description": "Serious problem that could block progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/high.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/2", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
65
+ { "id": 3, "name": "Medium", "description": "Has the potential to affect progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/medium.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/3", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
66
+ { "id": 4, "name": "Low", "description": "Minor problem or easily worked around.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/low.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/4", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
67
+ { "id": 5, "name": "Lowest", "description": "Trivial problem with little or no impact on progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/lowest.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/5", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
68
+ ],
69
+ "issues": [
70
+ {
71
+ "id": 1, "key": "TEST-1", "projectId": 1, "issueTypeId": 3, "summary": "Initial setup task", "description": null, "statusId": 1, "priorityId": 3, "assigneeAccountId": null, "reporterAccountId": "5b10a2844c20165700ede21g", "labels": [], "componentIds": [], "fixVersionIds": [], "parentKey": null, "storyPoints": null, "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-1", "resolution": null, "resolutionDate": null,
72
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
73
+ },
74
+ {
75
+ "id": 2, "key": "TEST-2", "projectId": 1, "issueTypeId": 4, "summary": "Sample bug report", "description": null, "statusId": 1, "priorityId": 2, "assigneeAccountId": "5b10a2844c20165700ede21g", "reporterAccountId": "5b10a2844c20165700ede21g", "labels": ["bug"], "componentIds": [], "fixVersionIds": [], "parentKey": null, "storyPoints": 2, "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-2", "resolution": null, "resolutionDate": null,
76
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
77
+ }
78
+ ],
79
+ "comments": [],
80
+ "transitions": [
81
+ { "id": 1, "name": "Start Progress", "toStatusId": 2, "projectId": 1, "fromStatusIds": [1], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
82
+ { "id": 2, "name": "Request Review", "toStatusId": 3, "projectId": 1, "fromStatusIds": [2], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
83
+ { "id": 3, "name": "Done", "toStatusId": 4, "projectId": 1, "fromStatusIds": [2, 3], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
84
+ { "id": 4, "name": "Reopen", "toStatusId": 1, "projectId": 1, "fromStatusIds": [2, 3, 4], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
85
+ { "id": 5, "name": "Back to In Progress", "toStatusId": 2, "projectId": 1, "fromStatusIds": [3], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
86
+ ],
87
+ "boards": [],
88
+ "sprints": [],
89
+ "sprintIssues": [],
90
+ "worklogs": [],
91
+ "components": [],
92
+ "versions": [],
93
+ "issueLinks": [],
94
+ "issueLinkTypes": [
95
+ { "id": 1, "name": "Blocks", "inward": "is blocked by", "outward": "blocks", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
96
+ { "id": 2, "name": "Relates", "inward": "relates to", "outward": "relates to", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
97
+ { "id": 3, "name": "Duplicates", "inward": "is duplicated by", "outward": "duplicates", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
98
+ { "id": 4, "name": "Clones", "inward": "is cloned by", "outward": "clones", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
99
+ ],
100
+ "fields": [
101
+ { "id": 1, "fieldId": "summary", "name": "Summary", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["summary"], "schema": { "type": "string", "system": "summary" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
102
+ { "id": 2, "fieldId": "description", "name": "Description", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["description"], "schema": { "type": "string", "system": "description" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
103
+ { "id": 3, "fieldId": "status", "name": "Status", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["status"], "schema": { "type": "status", "system": "status" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
104
+ { "id": 4, "fieldId": "assignee", "name": "Assignee", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["assignee"], "schema": { "type": "user", "system": "assignee" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
105
+ { "id": 5, "fieldId": "reporter", "name": "Reporter", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["reporter"], "schema": { "type": "user", "system": "reporter" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
106
+ { "id": 6, "fieldId": "priority", "name": "Priority", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["priority"], "schema": { "type": "priority", "system": "priority" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
107
+ { "id": 7, "fieldId": "issuetype", "name": "Issue Type", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["issuetype", "type"], "schema": { "type": "issuetype", "system": "issuetype" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
108
+ { "id": 8, "fieldId": "project", "name": "Project", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["project"], "schema": { "type": "project", "system": "project" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
109
+ { "id": 9, "fieldId": "labels", "name": "Labels", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["labels"], "schema": { "type": "array", "system": "labels" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
110
+ { "id": 10, "fieldId": "created", "name": "Created", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["created", "createdDate"], "schema": { "type": "datetime", "system": "created" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
111
+ { "id": 11, "fieldId": "updated", "name": "Updated", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["updated", "updatedDate"], "schema": { "type": "datetime", "system": "updated" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
112
+ { "id": 12, "fieldId": "resolution", "name": "Resolution", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["resolution"], "schema": { "type": "resolution", "system": "resolution" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
113
+ { "id": 13, "fieldId": "components", "name": "Components", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["component"], "schema": { "type": "array", "system": "components" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
114
+ { "id": 14, "fieldId": "fixVersions", "name": "Fix Versions", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["fixVersion"], "schema": { "type": "array", "system": "fixVersions" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
115
+ { "id": 15, "fieldId": "sprint", "name": "Sprint", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["sprint"], "schema": { "type": "array", "system": "sprint" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
116
+ { "id": 16, "fieldId": "parent", "name": "Parent", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["parent"], "schema": { "type": "issuelink", "system": "parent" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
117
+ { "id": 17, "fieldId": "duedate", "name": "Due Date", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["due", "duedate"], "schema": { "type": "date", "system": "duedate" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
118
+ { "id": 18, "fieldId": "story_points", "name": "Story Points", "custom": true, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["story_points", "cf[10016]"], "schema": { "type": "number", "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float", "customId": 10016 }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
119
+ { "id": 19, "fieldId": "environment", "name": "Environment", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["environment"], "schema": { "type": "string", "system": "environment" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
120
+ ],
121
+ "watchers": [],
122
+ "remoteLinks": []
123
+ }
@@ -0,0 +1,217 @@
1
+ {
2
+ "users": [
3
+ {
4
+ "id": 1,
5
+ "accountId": "5b10a2844c20165700ede21g",
6
+ "accountType": "atlassian",
7
+ "displayName": "Test User",
8
+ "emailAddress": "testuser@example.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://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
17
+ "timeZone": "America/New_York",
18
+ "createdAt": "2024-01-01T00:00:00.000Z",
19
+ "updatedAt": "2024-01-01T00:00:00.000Z"
20
+ },
21
+ {
22
+ "id": 2,
23
+ "accountId": "5b10ac8d82e05b22cc7d4ef5",
24
+ "accountType": "atlassian",
25
+ "displayName": "Alice Engineer",
26
+ "emailAddress": "alice@example.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://your-domain.atlassian.net/rest/api/3/user?accountId=5b10ac8d82e05b22cc7d4ef5",
35
+ "timeZone": "America/Los_Angeles",
36
+ "createdAt": "2024-01-01T00:00:00.000Z",
37
+ "updatedAt": "2024-01-01T00:00:00.000Z"
38
+ },
39
+ {
40
+ "id": 3,
41
+ "accountId": "5b10f2c482e05b22cc7d9a01",
42
+ "accountType": "atlassian",
43
+ "displayName": "Bob Manager",
44
+ "emailAddress": "bob@example.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://your-domain.atlassian.net/rest/api/3/user?accountId=5b10f2c482e05b22cc7d9a01",
53
+ "timeZone": "Europe/London",
54
+ "createdAt": "2024-01-01T00:00:00.000Z",
55
+ "updatedAt": "2024-01-01T00:00:00.000Z"
56
+ }
57
+ ],
58
+ "projects": [
59
+ {
60
+ "id": 1,
61
+ "key": "TEST",
62
+ "name": "Test Project",
63
+ "description": "A test project for the Jira digital twin",
64
+ "projectTypeKey": "software",
65
+ "leadAccountId": "5b10a2844c20165700ede21g",
66
+ "avatarUrls": {
67
+ "48x48": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=48",
68
+ "24x24": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=24",
69
+ "16x16": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=16",
70
+ "32x32": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=32"
71
+ },
72
+ "self": "https://your-domain.atlassian.net/rest/api/3/project/10000",
73
+ "simplified": false,
74
+ "style": "classic",
75
+ "createdAt": "2024-01-01T00:00:00.000Z",
76
+ "updatedAt": "2024-01-01T00:00:00.000Z"
77
+ }
78
+ ],
79
+ "issueTypes": [
80
+ {
81
+ "id": 1, "name": "Epic", "description": "A big user story that needs to be broken down.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/epic.svg", "hierarchyLevel": 1, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10000",
82
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
83
+ },
84
+ {
85
+ "id": 2, "name": "Story", "description": "A user story.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/story.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10001",
86
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
87
+ },
88
+ {
89
+ "id": 3, "name": "Task", "description": "A task that needs to be done.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/task.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10002",
90
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
91
+ },
92
+ {
93
+ "id": 4, "name": "Bug", "description": "A problem which impairs or prevents the functions of the product.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/bug.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10003",
94
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
95
+ },
96
+ {
97
+ "id": 5, "name": "Subtask", "description": "A subtask of an issue.", "subtask": true, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/subtask.svg", "hierarchyLevel": -1, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10004",
98
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
99
+ }
100
+ ],
101
+ "statusCategories": [
102
+ { "id": 1, "key": "undefined", "name": "No Category", "colorName": "medium-gray", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
103
+ { "id": 2, "key": "new", "name": "To Do", "colorName": "blue-gray", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/2", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
104
+ { "id": 3, "key": "indeterminate", "name": "In Progress", "colorName": "yellow", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/3", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
105
+ { "id": 4, "key": "done", "name": "Done", "colorName": "green", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/4", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
106
+ ],
107
+ "statuses": [
108
+ { "id": 1, "name": "To Do", "description": "Issue is open and not started.", "statusCategoryId": 2, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
109
+ { "id": 2, "name": "In Progress", "description": "Issue is being actively worked on.", "statusCategoryId": 3, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
110
+ { "id": 3, "name": "In Review", "description": "Issue is in code review.", "statusCategoryId": 3, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
111
+ { "id": 4, "name": "Done", "description": "Issue is complete.", "statusCategoryId": 4, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
112
+ ],
113
+ "priorities": [
114
+ { "id": 1, "name": "Highest", "description": "This problem will block progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/highest.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
115
+ { "id": 2, "name": "High", "description": "Serious problem that could block progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/high.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/2", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
116
+ { "id": 3, "name": "Medium", "description": "Has the potential to affect progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/medium.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/3", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
117
+ { "id": 4, "name": "Low", "description": "Minor problem or easily worked around.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/low.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/4", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
118
+ { "id": 5, "name": "Lowest", "description": "Trivial problem with little or no impact on progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/lowest.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/5", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
119
+ ],
120
+ "issues": [
121
+ {
122
+ "id": 1, "key": "TEST-1", "projectId": 1, "issueTypeId": 1, "summary": "User authentication epic", "description": { "type": "doc", "version": 1, "content": [{ "type": "paragraph", "content": [{ "type": "text", "text": "Implement user authentication flow including login, signup, and password reset." }] }] }, "statusId": 2, "priorityId": 2, "assigneeAccountId": "5b10a2844c20165700ede21g", "reporterAccountId": "5b10f2c482e05b22cc7d9a01", "labels": ["auth", "backend"], "componentIds": [], "fixVersionIds": [], "parentKey": null, "storyPoints": null, "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-1", "resolution": null, "resolutionDate": null,
123
+ "createdAt": "2024-06-01T09:00:00.000Z", "updatedAt": "2024-06-15T14:30:00.000Z"
124
+ },
125
+ {
126
+ "id": 2, "key": "TEST-2", "projectId": 1, "issueTypeId": 3, "summary": "Set up CI/CD pipeline", "description": { "type": "doc", "version": 1, "content": [{ "type": "paragraph", "content": [{ "type": "text", "text": "Configure GitHub Actions for automated testing and deployment." }] }] }, "statusId": 4, "priorityId": 3, "assigneeAccountId": "5b10ac8d82e05b22cc7d4ef5", "reporterAccountId": "5b10a2844c20165700ede21g", "labels": ["devops"], "componentIds": [], "fixVersionIds": [], "parentKey": null, "storyPoints": 5, "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-2", "resolution": "Done", "resolutionDate": "2024-06-10T16:00:00.000Z",
127
+ "createdAt": "2024-06-01T10:00:00.000Z", "updatedAt": "2024-06-10T16:00:00.000Z"
128
+ },
129
+ {
130
+ "id": 3, "key": "TEST-3", "projectId": 1, "issueTypeId": 4, "summary": "Login page returns 500 on empty email", "description": { "type": "doc", "version": 1, "content": [{ "type": "paragraph", "content": [{ "type": "text", "text": "Submitting the login form with an empty email field causes a server error." }] }] }, "statusId": 1, "priorityId": 1, "assigneeAccountId": null, "reporterAccountId": "5b10ac8d82e05b22cc7d4ef5", "labels": ["bug", "auth"], "componentIds": [], "fixVersionIds": [], "parentKey": null, "storyPoints": 2, "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-3", "resolution": null, "resolutionDate": null,
131
+ "createdAt": "2024-06-05T11:00:00.000Z", "updatedAt": "2024-06-05T11:00:00.000Z"
132
+ },
133
+ {
134
+ "id": 4, "key": "TEST-4", "projectId": 1, "issueTypeId": 2, "summary": "Implement password reset flow", "description": { "type": "doc", "version": 1, "content": [{ "type": "paragraph", "content": [{ "type": "text", "text": "As a user, I want to reset my password via email so I can regain access to my account." }] }] }, "statusId": 2, "priorityId": 3, "assigneeAccountId": "5b10ac8d82e05b22cc7d4ef5", "reporterAccountId": "5b10f2c482e05b22cc7d9a01", "labels": ["auth", "frontend"], "componentIds": [], "fixVersionIds": [], "parentKey": "TEST-1", "storyPoints": 8, "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-4", "resolution": null, "resolutionDate": null,
135
+ "createdAt": "2024-06-08T09:30:00.000Z", "updatedAt": "2024-06-14T10:15:00.000Z"
136
+ },
137
+ {
138
+ "id": 5, "key": "TEST-5", "projectId": 1, "issueTypeId": 3, "summary": "Write API documentation", "description": { "type": "doc", "version": 1, "content": [{ "type": "paragraph", "content": [{ "type": "text", "text": "Document all REST API endpoints using OpenAPI/Swagger format." }] }] }, "statusId": 1, "priorityId": 4, "assigneeAccountId": "5b10f2c482e05b22cc7d9a01", "reporterAccountId": "5b10a2844c20165700ede21g", "labels": ["docs"], "componentIds": [], "fixVersionIds": [], "parentKey": null, "storyPoints": 3, "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-5", "resolution": null, "resolutionDate": null,
139
+ "createdAt": "2024-06-12T08:00:00.000Z", "updatedAt": "2024-06-12T08:00:00.000Z"
140
+ }
141
+ ],
142
+ "comments": [
143
+ {
144
+ "id": 1, "issueId": 3, "authorAccountId": "5b10a2844c20165700ede21g", "updateAuthorAccountId": "5b10a2844c20165700ede21g",
145
+ "body": { "type": "doc", "version": 1, "content": [{ "type": "paragraph", "content": [{ "type": "text", "text": "I can reproduce this. Looks like the validation middleware is not handling the empty string case." }] }] },
146
+ "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-3/comment/10000",
147
+ "createdAt": "2024-06-05T14:00:00.000Z", "updatedAt": "2024-06-05T14:00:00.000Z"
148
+ },
149
+ {
150
+ "id": 2, "issueId": 4, "authorAccountId": "5b10f2c482e05b22cc7d9a01", "updateAuthorAccountId": "5b10f2c482e05b22cc7d9a01",
151
+ "body": { "type": "doc", "version": 1, "content": [{ "type": "paragraph", "content": [{ "type": "text", "text": "Please make sure to include rate limiting on the password reset endpoint." }] }] },
152
+ "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-4/comment/10001",
153
+ "createdAt": "2024-06-09T11:00:00.000Z", "updatedAt": "2024-06-09T11:00:00.000Z"
154
+ }
155
+ ],
156
+ "transitions": [
157
+ { "id": 1, "name": "Start Progress", "toStatusId": 2, "projectId": 1, "fromStatusIds": [1], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
158
+ { "id": 2, "name": "Request Review", "toStatusId": 3, "projectId": 1, "fromStatusIds": [2], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
159
+ { "id": 3, "name": "Done", "toStatusId": 4, "projectId": 1, "fromStatusIds": [2, 3], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
160
+ { "id": 4, "name": "Reopen", "toStatusId": 1, "projectId": 1, "fromStatusIds": [2, 3, 4], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
161
+ { "id": 5, "name": "Back to In Progress", "toStatusId": 2, "projectId": 1, "fromStatusIds": [3], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
162
+ ],
163
+ "boards": [
164
+ {
165
+ "id": 1, "name": "TEST Board", "type": "scrum", "projectId": 1,
166
+ "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/1",
167
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
168
+ }
169
+ ],
170
+ "sprints": [
171
+ {
172
+ "id": 1, "boardId": 1, "name": "Sprint 1", "state": "active",
173
+ "startDate": "2024-06-10T00:00:00.000Z", "endDate": "2024-06-24T00:00:00.000Z",
174
+ "completeDate": null, "goal": "Complete auth epic and fix critical bugs",
175
+ "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/1",
176
+ "createdAt": "2024-06-09T00:00:00.000Z", "updatedAt": "2024-06-10T00:00:00.000Z"
177
+ }
178
+ ],
179
+ "sprintIssues": [
180
+ { "id": 1, "sprintId": 1, "issueId": 3, "createdAt": "2024-06-10T00:00:00.000Z", "updatedAt": "2024-06-10T00:00:00.000Z" },
181
+ { "id": 2, "sprintId": 1, "issueId": 4, "createdAt": "2024-06-10T00:00:00.000Z", "updatedAt": "2024-06-10T00:00:00.000Z" },
182
+ { "id": 3, "sprintId": 1, "issueId": 5, "createdAt": "2024-06-10T00:00:00.000Z", "updatedAt": "2024-06-10T00:00:00.000Z" }
183
+ ],
184
+ "worklogs": [
185
+ {
186
+ "id": 1, "issueId": 2, "authorAccountId": "5b10ac8d82e05b22cc7d4ef5", "updateAuthorAccountId": "5b10ac8d82e05b22cc7d4ef5",
187
+ "comment": { "type": "doc", "version": 1, "content": [{ "type": "paragraph", "content": [{ "type": "text", "text": "Set up GitHub Actions workflows and configured deployment pipeline." }] }] },
188
+ "started": "2024-06-03T09:00:00.000Z", "timeSpent": "4h", "timeSpentSeconds": 14400,
189
+ "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-2/worklog/10000",
190
+ "createdAt": "2024-06-03T17:00:00.000Z", "updatedAt": "2024-06-03T17:00:00.000Z"
191
+ }
192
+ ],
193
+ "components": [],
194
+ "versions": [
195
+ { "id": 1, "projectId": 1, "name": "v1.0", "description": "First release", "archived": false, "released": false, "startDate": "2024-06-01", "releaseDate": "2024-07-01", "self": "https://your-domain.atlassian.net/rest/api/3/version/10000", "createdAt": "2024-06-01T00:00:00.000Z", "updatedAt": "2024-06-01T00:00:00.000Z" }
196
+ ],
197
+ "issueLinks": [
198
+ { "id": 1, "inwardIssueId": 4, "outwardIssueId": 3, "linkTypeName": "Blocks", "linkTypeInward": "is blocked by", "linkTypeOutward": "blocks", "createdAt": "2024-06-10T00:00:00.000Z", "updatedAt": "2024-06-10T00:00:00.000Z" }
199
+ ],
200
+ "issueLinkTypes": [
201
+ { "id": 1, "name": "Blocks", "inward": "is blocked by", "outward": "blocks", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
202
+ { "id": 2, "name": "Relates", "inward": "relates to", "outward": "relates to", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
203
+ { "id": 3, "name": "Duplicates", "inward": "is duplicated by", "outward": "duplicates", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
204
+ { "id": 4, "name": "Clones", "inward": "is cloned by", "outward": "clones", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
205
+ ],
206
+ "fields": [
207
+ { "id": 1, "fieldId": "summary", "name": "Summary", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["summary"], "schema": { "type": "string", "system": "summary" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
208
+ { "id": 2, "fieldId": "description", "name": "Description", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["description"], "schema": { "type": "string", "system": "description" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
209
+ { "id": 3, "fieldId": "status", "name": "Status", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["status"], "schema": { "type": "status", "system": "status" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
210
+ { "id": 4, "fieldId": "assignee", "name": "Assignee", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["assignee"], "schema": { "type": "user", "system": "assignee" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
211
+ { "id": 5, "fieldId": "priority", "name": "Priority", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["priority"], "schema": { "type": "priority", "system": "priority" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
212
+ { "id": 6, "fieldId": "issuetype", "name": "Issue Type", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["issuetype", "type"], "schema": { "type": "issuetype", "system": "issuetype" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
213
+ { "id": 7, "fieldId": "labels", "name": "Labels", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["labels"], "schema": { "type": "array", "system": "labels" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
214
+ ],
215
+ "watchers": [],
216
+ "remoteLinks": []
217
+ }