update-feature-request
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseUpdate Feature Request
更新功能需求
Update an existing feature-request task.
更新已有的功能需求任务。
Instructions
使用说明
Call .
update-feature-requestAppend to existing description; do not prepend.
Research/planning update example:
json
update-feature-request({
"taskId": "<taskId>",
"workspaceId": "<workspaceId>",
"status": "Planned",
"description": "<existingDescription>\\n\\n---\\n\\n## Update\\n- Summary: Scoped implementation approach and acceptance criteria",
"assigneeIds": ["<userId>"],
"teamIds": ["<teamId>"],
"title": "HubSpot lead sync: configurable sync cadence"
})Use only if implementation work was actually delivered. Otherwise append summary.
Changes/WhyUpdate调用。
update-feature-request请追加到现有描述末尾,不要添加在开头。
调研/规划更新示例:
json
update-feature-request({
"taskId": "<taskId>",
"workspaceId": "<workspaceId>",
"status": "Planned",
"description": "<existingDescription>\\n\\n---\\n\\n## Update\\n- Summary: Scoped implementation approach and acceptance criteria",
"assigneeIds": ["<userId>"],
"teamIds": ["<teamId>"],
"title": "HubSpot lead sync: configurable sync cadence"
})仅当实际完成了开发交付工作时才使用,否则追加摘要即可。
Changes/WhyUpdate