需求

修改需求其他字段 分享链接

作者:王怡栋 最后编辑:宋辰轩 于 2024-09-30 14:50:24 浏览量:6242
PUT
/stories/id

修改需求其他字段

请求URL

https://xxx.com/api.php/v1/stories/id

请求头

名称 类型 必填 描述
Token String 认证凭证Token

请求体

名称 类型 必填 描述
module int 所属模块
source string 来源
sourceNote string 来源备注
pri int 优先级
category string 类型(feature 功能 | interface 接口 | performance 性能 | safe 安全 | experience 体验 | improve 改进 | other 其他)
estimate float 预计工时
keywords string 关键词

请求示例

{
    "category": "other"
}

请求响应

名称 类型 必填 描述
id int 需求ID
product int 所属产品
branch int 所属分支
module int 所属产品模块
fromBug int 来自于Bug
source string 需求来源(customer 客户 | user 用户 | po 产品经理 | market 市场)
sourceNote string 来源备注
title string 需求标题
category string 类型(feature 功能 | interface 接口 | performance 性能 | safe 安全 | experience 体验 | improve 改进 | other 其他)
stage string 阶段(wait 未开始 | planned 已计划 | projected 已立项 | developing 研发中 | developed 研发完毕 | testing 测试中 | tested 测试完毕 | verified 已验收 | released 已发布 | closed 已关闭)
pri int 优先级
estimate float 预计工时
verify string 验收标准
status string 状态(draft 草稿 | active 激活 | closed 已关闭 | changed 已变更)
openedBy string 创建人
openedDate datetime 创建时间
toBug int 转为Bug

响应示例

{
    "id": 14,
    "parent": 0,
    "product": 1,
    "branch": 0,
    "module": 0,
    "plan": "",
    "source": "",
    "sourceNote": "",
    "fromBug": 0,
    "title": "测试需求",
    "keywords": "",
    "type": "story",
    "category": "feature",
    "pri": 1,
    "estimate": 0,
    "status": "active",
    "subStatus": "",
    "color": "",
    "stage": "wait",
    "stagedBy": "",
    "mailto": null,
    "openedBy": "admin",
    "openedDate": "2021-11-29T01:18:02Z",
    "assignedTo": "",
    "assignedDate": null,
    "lastEditedBy": "",
    "lastEditedDate": null,
    "reviewedBy": "",
    "reviewedDate": null,
    "closedBy": "",
    "closedDate": null,
    "closedReason": "",
    "toBug": 0,
    "childStories": "",
    "linkStories": "",
    "duplicateStory": 0,
    "version": 1,
    "URChanged": "0",
    "deleted": false,
    "spec": "测试",
    "verify": "",
    "executions": [],
    "tasks": [],
    "stages": [],
    "children": []
}
返回顶部
高丽亚
高级客户经理
17667930330
3645260865
统一服务热线 4006-8899-23
我要提问提问有任何问题,您都可以在这里提问。 问题反馈反馈点击这里,让我们聆听您的建议与反馈。