需求管理 CODEARTS REQ-查询项目的状态列表:响应示例

时间:2024-08-30 10:36:22

响应示例

状态码: 200

OK

{
  "total" : 1,
  "issue_statuses" : [ {
    "id" : "123cefde62004de2b62b5e8dd2c2b3af",
    "status_id" : 1,
    "name" : "新建",
    "tracker_ids" : [ 0 ],
    "status_attribute" : {
      "id" : 1,
      "name" : "string"
    }
  } ]
}
support.huaweicloud.com/api-projectman/ListScrumProjectStatuses.html