Execution

获取执行详情 分享链接/book/api/get-executions-executionid-2164.html

作者:禅道团队最后编辑: 于 2026-01-12 16:42:00 浏览量:110
摘要:获取执行详情
GET
/executions/:executionID

获取执行详情

请求URL

https://xxx.com/api.php/v2/executions/:executionID

请求头

名称 类型 必填 描述
token string 访问凭证Token

请求响应

名称 类型 描述
status string 状态(success 成功 | fail 失败)
execution object 执行
   ∟  id string 执行编号
   ∟  project string 所属项目
   ∟  isTpl string
   ∟  charter string
   ∟  model string
   ∟  type string 执行类型
   ∟  category string
   ∟  lifetime string 项目周期
   ∟  budget string
   ∟  budgetUnit string
   ∟  attribute string 阶段类型
   ∟  percent string 工作量占比
   ∟  milestone string 里程碑
   ∟  output string 输出
   ∟  auth string 权限控制
   ∟  storyType string
   ∟  parent string 所属项目
   ∟  path string 路径
   ∟  grade string 层级
   ∟  name string 执行名称
   ∟  code string 执行代号
   ∟  hasProduct string
   ∟  workflowGroup string
   ∟  begin string 计划开始
   ∟  end string 计划完成
   ∟  firstEnd string
   ∟  realBegan string 实际开始日期
   ∟  realEnd string 实际完成日期
   ∟  days string 可用工作日
   ∟  status string 执行状态
   ∟  subStatus string 子状态
   ∟  pri string 优先级
   ∟  desc string 执行描述
   ∟  version string 版本
   ∟  parentVersion string 父版本
   ∟  planDuration string 计划周期天数
   ∟  realDuration string 实际周期天数
   ∟  progress string 进度
   ∟  estimate string 预计
   ∟  left string 剩余
   ∟  consumed string 消耗
   ∟  teamCount string 人数
   ∟  market string
   ∟  openedBy string 由谁创建
   ∟  openedDate string 创建日期
   ∟  openedVersion string 创建版本
   ∟  lastEditedBy string 最后编辑人
   ∟  lastEditedDate string 最后编辑日期
   ∟  closedBy string 由谁关闭
   ∟  closedDate string 关闭日期
   ∟  closedReason string
   ∟  canceledBy string 由谁取消
   ∟  canceledDate string 取消日期
   ∟  suspendedDate string 暂停日期
   ∟  PO string 产品负责人
   ∟  PM string 执行负责人
   ∟  QD string 测试负责人
   ∟  RD string 发布负责人
   ∟  team string 团队成员
   ∟  acl string 访问控制
   ∟  whitelist string 白名单
   ∟  tplAcl string
   ∟  tplWhiteList string
   ∟  order string 执行排序
   ∟  stageBy string
   ∟  displayCards string 每列最大卡片数
   ∟  fluidBoard string 列宽度
   ∟  multiple string
   ∟  parallel string
   ∟  enabled string
   ∟  linkType string
   ∟  taskDateLimit string
   ∟  colWidth string
   ∟  minColWidth string
   ∟  maxColWidth string
   ∟  deliverable string
   ∟  vision string 界面
   ∟  deleted string 已删除
   ∟  totalHours string 可用工时
   ∟  totalEstimate int 预计
   ∟  totalConsumed int 消耗
   ∟  totalLeft int 剩余
   ∟  isParent int
   ∟  projectInfo array

响应示例

{
    "status": "success",
    "execution": {
        "id": "3",
        "project": "2",
        "isTpl": "0",
        "charter": "0",
        "model": "",
        "type": "sprint",
        "category": "",
        "lifetime": "short",
        "budget": "0.00",
        "budgetUnit": "CNY",
        "attribute": "",
        "percent": "0.00",
        "milestone": "0",
        "output": "",
        "auth": "",
        "storyType": "",
        "parent": "2",
        "path": ",2,3,",
        "grade": "1",
        "name": "智能设备研发3.2版本开发",
        "code": "",
        "hasProduct": "1",
        "workflowGroup": "0",
        "begin": "2026-01-01",
        "end": "2026-01-21",
        "firstEnd": "",
        "realBegan": "",
        "realEnd": "",
        "days": "16",
        "status": "wait",
        "subStatus": "",
        "pri": "1",
        "desc": "",
        "version": "1",
        "parentVersion": "1",
        "planDuration": "15",
        "realDuration": "0",
        "progress": "0.00",
        "estimate": "0.00",
        "left": "0.00",
        "consumed": "0.00",
        "teamCount": "0",
        "market": "0",
        "openedBy": "admin",
        "openedDate": "2026-01-12 16:40:16",
        "openedVersion": "ipd4.7",
        "lastEditedBy": "admin",
        "lastEditedDate": "2026-01-12 16:40:17",
        "closedBy": "",
        "closedDate": "",
        "closedReason": "",
        "canceledBy": "",
        "canceledDate": "",
        "suspendedDate": "",
        "PO": "productManager",
        "PM": "executionManager",
        "QD": "testManager",
        "RD": "productManager",
        "team": "智能设备研发3.1版本开发",
        "acl": "open",
        "whitelist": "",
        "tplAcl": "open",
        "tplWhiteList": "",
        "order": "15",
        "stageBy": "product",
        "displayCards": "0",
        "fluidBoard": "0",
        "multiple": "1",
        "parallel": "0",
        "enabled": "on",
        "linkType": "plan",
        "taskDateLimit": "auto",
        "colWidth": "264",
        "minColWidth": "200",
        "maxColWidth": "384",
        "deliverable": "",
        "vision": "rnd",
        "deleted": "0",
        "totalHours": "224.0",
        "totalEstimate": 0,
        "totalConsumed": 0,
        "totalLeft": 0,
        "isParent": 0,
        "projectInfo": {
            "id": "2",
            "project": "0",
            "isTpl": "0",
            "charter": "0",
            "model": "scrum",
            "type": "project",
            "category": "",
            "lifetime": "",
            "budget": "0.00",
            "budgetUnit": "CNY",
            "attribute": "",
            "percent": "0.00",
            "milestone": "0",
            "output": "",
            "auth": "extend",
            "storyType": "story,story",
            "parent": "1",
            "path": ",1,2,",
            "grade": "2",
            "name": "智能设备研发",
            "code": "",
            "hasProduct": "1",
            "workflowGroup": "0",
            "begin": "2025-01-01",
            "end": "2026-10-01",
            "firstEnd": "",
            "realBegan": "",
            "realEnd": "",
            "days": "0",
            "status": "wait",
            "subStatus": "",
            "pri": "1",
            "desc": "",
            "version": "1",
            "parentVersion": "1",
            "planDuration": "0",
            "realDuration": "0",
            "progress": "0.00",
            "estimate": "0.00",
            "left": "0.00",
            "consumed": "0.00",
            "teamCount": "0",
            "market": "0",
            "openedBy": "admin",
            "openedDate": "2026-01-12 16:40:15",
            "openedVersion": "",
            "lastEditedBy": "admin",
            "lastEditedDate": "2026-01-12 16:40:15",
            "closedBy": "",
            "closedDate": "",
            "closedReason": "",
            "canceledBy": "",
            "canceledDate": "",
            "suspendedDate": "",
            "PO": "",
            "PM": "projectManager",
            "QD": "",
            "RD": "",
            "team": "智能设备研发",
            "acl": "open",
            "whitelist": "",
            "tplAcl": "open",
            "tplWhiteList": "",
            "order": "10",
            "stageBy": "product",
            "displayCards": "0",
            "fluidBoard": "0",
            "multiple": "1",
            "parallel": "0",
            "enabled": "on",
            "linkType": "plan",
            "taskDateLimit": "auto",
            "colWidth": "264",
            "minColWidth": "200",
            "maxColWidth": "384",
            "deliverable": "",
            "vision": "rnd",
            "deleted": "0"
        }
    }
}
返回顶部
客服头像
杨苗
高级客户经理
客服微信
13165050229
2692096539
统一服务热线 4006-8899-23
我要提问提问有任何问题,您都可以在这里提问。问题反馈反馈点击这里,让我们聆听您的建议与反馈。