Skip to content

Commit 3647d52

Browse files
authored
feat(iterations): added GetWorkitemTypes/GetIterationsCount/GetIterations/GetTemplateList/GetWorkitemTypes (#38)
* feat(iterations): added `GetWorkitemTypes` * feat(iterations): added `GetTemplateList` * feat(iterations): added `GetIterations` * feat(iterations): added `GetIterations` * feat(iterations): added `GetIterationsCount` * feat(iterations): added `GetIterationsCount` * feat(iterations): added `CreateIteration`
1 parent 0b654e7 commit 3647d52

9 files changed

+1413
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"status": 1,
3+
"data": {
4+
"Iteration": {
5+
"id": "11111222001002235",
6+
"name": "2025 年 M1-迭代",
7+
"workspace_id": "111222",
8+
"startdate": "2025-01-01",
9+
"enddate": "2025-01-31",
10+
"status": "open",
11+
"release_id": null,
12+
"description": null,
13+
"creator": "creator name",
14+
"created": "2024-12-27 17:04:43",
15+
"modified": "2024-12-27 17:04:43",
16+
"completed": null,
17+
"entity_type": "iteration",
18+
"parent_id": "0",
19+
"ancestor_id": "11111222001002235",
20+
"path": "11111222001002235:",
21+
"workitem_type_id": "11111222001000098",
22+
"templated_id": "11111222001000218",
23+
"plan_app_id": "0",
24+
"crucial_moment": "CrucialMoment",
25+
"label": "",
26+
"releaseowner": null,
27+
"launchdate": null,
28+
"notice": null,
29+
"releasename": null,
30+
"custom_field_1": null,
31+
"custom_field_2": null,
32+
"custom_field_3": null,
33+
"custom_field_4": null,
34+
"custom_field_5": null,
35+
"custom_field_6": null,
36+
"custom_field_7": null,
37+
"custom_field_8": null,
38+
"custom_field_9": null,
39+
"custom_field_10": null,
40+
"custom_field_11": "",
41+
"custom_field_12": "",
42+
"custom_field_13": "",
43+
"custom_field_14": "",
44+
"custom_field_15": "",
45+
"custom_field_16": "",
46+
"custom_field_17": "",
47+
"custom_field_18": "",
48+
"custom_field_19": "",
49+
"custom_field_20": "",
50+
"custom_field_21": "",
51+
"custom_field_22": "",
52+
"custom_field_23": "",
53+
"custom_field_24": "",
54+
"custom_field_25": "",
55+
"custom_field_26": "",
56+
"custom_field_27": "",
57+
"custom_field_28": "",
58+
"custom_field_29": "",
59+
"custom_field_30": "",
60+
"custom_field_31": "",
61+
"custom_field_32": "",
62+
"custom_field_33": "",
63+
"custom_field_34": "",
64+
"custom_field_35": "",
65+
"custom_field_36": "",
66+
"custom_field_37": "",
67+
"custom_field_38": "",
68+
"custom_field_39": "",
69+
"custom_field_40": "",
70+
"custom_field_41": "",
71+
"custom_field_42": "",
72+
"custom_field_43": "",
73+
"custom_field_44": "",
74+
"custom_field_45": "",
75+
"custom_field_46": "",
76+
"custom_field_47": "",
77+
"custom_field_48": "",
78+
"custom_field_49": "",
79+
"custom_field_50": "",
80+
"origin_name": "2025 年 M1-迭代"
81+
}
82+
},
83+
"info": "success"
84+
}

0 commit comments

Comments
 (0)