Skip to content

Commit

Permalink
feat(iterations): added GetWorkitemTypes/GetIterationsCount/`GetI…
Browse files Browse the repository at this point in the history
…terations`/`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`
  • Loading branch information
flc1125 authored Dec 29, 2024
1 parent 0b654e7 commit 3647d52
Show file tree
Hide file tree
Showing 9 changed files with 1,413 additions and 8 deletions.
84 changes: 84 additions & 0 deletions .testdata/api/iteration/create_iteration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"status": 1,
"data": {
"Iteration": {
"id": "11111222001002235",
"name": "2025 年 M1-迭代",
"workspace_id": "111222",
"startdate": "2025-01-01",
"enddate": "2025-01-31",
"status": "open",
"release_id": null,
"description": null,
"creator": "creator name",
"created": "2024-12-27 17:04:43",
"modified": "2024-12-27 17:04:43",
"completed": null,
"entity_type": "iteration",
"parent_id": "0",
"ancestor_id": "11111222001002235",
"path": "11111222001002235:",
"workitem_type_id": "11111222001000098",
"templated_id": "11111222001000218",
"plan_app_id": "0",
"crucial_moment": "CrucialMoment",
"label": "",
"releaseowner": null,
"launchdate": null,
"notice": null,
"releasename": null,
"custom_field_1": null,
"custom_field_2": null,
"custom_field_3": null,
"custom_field_4": null,
"custom_field_5": null,
"custom_field_6": null,
"custom_field_7": null,
"custom_field_8": null,
"custom_field_9": null,
"custom_field_10": null,
"custom_field_11": "",
"custom_field_12": "",
"custom_field_13": "",
"custom_field_14": "",
"custom_field_15": "",
"custom_field_16": "",
"custom_field_17": "",
"custom_field_18": "",
"custom_field_19": "",
"custom_field_20": "",
"custom_field_21": "",
"custom_field_22": "",
"custom_field_23": "",
"custom_field_24": "",
"custom_field_25": "",
"custom_field_26": "",
"custom_field_27": "",
"custom_field_28": "",
"custom_field_29": "",
"custom_field_30": "",
"custom_field_31": "",
"custom_field_32": "",
"custom_field_33": "",
"custom_field_34": "",
"custom_field_35": "",
"custom_field_36": "",
"custom_field_37": "",
"custom_field_38": "",
"custom_field_39": "",
"custom_field_40": "",
"custom_field_41": "",
"custom_field_42": "",
"custom_field_43": "",
"custom_field_44": "",
"custom_field_45": "",
"custom_field_46": "",
"custom_field_47": "",
"custom_field_48": "",
"custom_field_49": "",
"custom_field_50": "",
"origin_name": "2025 年 M1-迭代"
}
},
"info": "success"
}
Loading

0 comments on commit 3647d52

Please sign in to comment.