-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCreateIssueResponse.json
More file actions
124 lines (124 loc) · 2.98 KB
/
CreateIssueResponse.json
File metadata and controls
124 lines (124 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"Response" : {
"Issue" : {
"Assignee" : {
"Avatar" : "",
"Email" : "",
"GlobalKey" : "",
"Id" : 0,
"Name" : "",
"Phone" : "",
"Status" : 0,
"TeamGlobalKey" : "",
"TeamId" : 0
},
"Code" : 2742,
"CompletedAt" : 0,
"CreatedAt" : 1634541907501,
"Creator" : {
"Avatar" : "https://coding-net-production-static-ci.codehub.cn/2cb665a3-bebc-4b09-aa00-2b6df3e33edc.jpg?imageMogr2/auto-orient/format/jpeg/cut/400x400x0x0",
"Email" : "",
"GlobalKey" : "",
"Id" : 183478,
"Name" : "sinkcup",
"Phone" : "",
"Status" : 1,
"TeamGlobalKey" : "",
"TeamId" : 0
},
"CustomFields" : [],
"DefectType" : {
"IconUrl" : "",
"Id" : 0,
"Name" : ""
},
"Description" : "",
"DueDate" : 0,
"Epic" : {
"Assignee" : {
"Avatar" : "",
"Email" : "",
"GlobalKey" : "",
"Id" : 0,
"Name" : "",
"Phone" : "",
"Status" : 0,
"TeamGlobalKey" : "",
"TeamId" : 0
},
"Code" : 0,
"IssueStatusId" : 0,
"IssueStatusName" : "",
"Name" : "",
"Priority" : "",
"Type" : ""
},
"Files" : [],
"IssueStatusId" : 1227034,
"IssueStatusName" : "未开始",
"IssueStatusType" : "TODO",
"IssueTypeDetail" : {
"Description" : "需求是指用户解决某一个问题或达到某一目标所需的软件功能。",
"Id" : 213219,
"IsSystem" : true,
"IssueType" : "REQUIREMENT",
"Name" : "需求"
},
"IssueTypeId" : 213219,
"Iteration" : {
"Code" : 0,
"Name" : "",
"Status" : ""
},
"IterationId" : 0,
"Labels" : [],
"Name" : "issue by curl",
"Parent" : {
"Assignee" : {
"Avatar" : "",
"Email" : "",
"GlobalKey" : "",
"Id" : 0,
"Name" : "",
"Phone" : "",
"Status" : 0,
"TeamGlobalKey" : "",
"TeamId" : 0
},
"Code" : 0,
"IssueStatusId" : 0,
"IssueStatusName" : "",
"IssueStatusType" : "",
"IssueTypeDetail" : {
"Description" : "",
"Id" : 0,
"IsSystem" : false,
"IssueType" : "",
"Name" : ""
},
"Name" : "",
"Priority" : "",
"Type" : ""
},
"ParentType" : "REQUIREMENT",
"Priority" : "0",
"ProjectModule" : {
"Id" : 0,
"Name" : ""
},
"RequirementType" : {
"Id" : 0,
"Name" : ""
},
"StartDate" : 0,
"StoryPoint" : "",
"SubTasks" : [],
"ThirdLinks" : [],
"Type" : "REQUIREMENT",
"UpdatedAt" : 1634541907501,
"Watchers" : [],
"WorkingHours" : 0
},
"RequestId" : "5b7bae01-f26f-16d7-0d61-c8fa67ea0472"
}
}