update-feature-request

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Update Feature Request

更新功能需求

Update an existing feature-request task.
更新已有的功能需求任务。

Instructions

使用说明

Call
update-feature-request
.
Append 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
Changes/Why
only if implementation work was actually delivered. Otherwise append
Update
summary.
调用
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/Why
,否则追加
Update
摘要即可。