-
Notifications
You must be signed in to change notification settings - Fork 2
/
planning_test.json
96 lines (96 loc) · 2.9 KB
/
planning_test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"id": "ABC-123",
"origin": "JIRA",
"createdAt": 1689207410,
"creator": {
"name": "John Doe",
"email": "[email protected]",
"accountId": "johnDoe",
"lastActivity": 1701436893
},
"reporter": {
"name": "Jane Doe",
"email": "[email protected]",
"accountId": "janeDoe",
"lastActivity": 1699536093
},
"assignedAt": 1689207463,
"assignee": {
"name": "Sally Smith",
"email": "[email protected]",
"accountId": "sallySmith",
"lastActivity": 1701091293
},
"inProgressAt": 1689207487,
"resolvedAt": 1689309835,
"resolver": {
"name": "Sally Smith",
"email": "[email protected]",
"accountId": "sallySmith",
"lastActivity": 1701436893
},
"resolution": "Fix",
"type": "Task",
"status": "Completed",
"statusCategory": "Done",
"summary": "Revive user API endpoints in each service.",
"description": "Go into each service and enable the API endpoints that both upload and import user data.",
"url": "https://myworkspacename.atlassian.net/browse/ABC-123",
"labels": ["backend"],
"sprintKeys": ["456"],
"priority": "Low",
"storyPointEstimate": 1,
"parentIssue": "ABC-789",
"events": [
{
"type": "PM_ISSUE_CREATED",
"author": {
"name": "John Doe",
"email": "[email protected]",
"accountId": "johnDoe",
"lastActivity": 1701436893
},
"createdAt": 1689207410
},
{
"type": "PM_ISSUE_ASSIGNED",
"author": {
"name": "John Doe",
"email": "[email protected]",
"accountId": "johnDoe",
"lastActivity": 1701436893
},
"createdAt": 1689207463,
"to": {
"name": "Sally Smith",
"email": "[email protected]",
"accountId": "sallySmith",
"lastActivity": 1701091293
}
},
{
"type": "PM_ISSUE_IN_PROGRESS",
"author": {
"name": "Sally Smith",
"email": "[email protected]",
"accountId": "sallySmith",
"lastActivity": 1701091293
},
"createdAt": 1689207487,
"from": "To Do",
"to": "In Progress"
},
{
"type": "PM_ISSUE_IN_RESOLVED",
"author": {
"name": "Sally Smith",
"email": "[email protected]",
"accountId": "sallySmith",
"lastActivity": 1701091293
},
"createdAt": 1689309835,
"from": "In Progress",
"to": "Done"
}
]
}