report-issue
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseReport Issue
提交问题报告
Create a bug or feature-request intake task.
创建Bug或功能需求收集任务。
Instructions
操作说明
Bug
Bug报告
Call :
report-bugjson
report-bug({
"title": "Checkout fails when coupon and gift card are combined",
"description": "Repro: apply both on mobile Safari; submit returns 500",
"workspaceId": "<workspaceId>",
"teamIds": ["<teamId>"],
"assigneeIds": ["<userId>"]
})Then use when execution starts.
update-task调用接口:
report-bugjson
report-bug({
"title": "当优惠券与礼品卡同时使用时,结账功能失败",
"description": "复现步骤:在移动端Safari中同时应用两者;提交后返回500错误",
"workspaceId": "<工作区ID>",
"teamIds": ["<团队ID>"],
"assigneeIds": ["<用户ID>"]
})在任务开始执行时,调用接口。
update-taskFeature request
功能需求报告
Call :
report-feature-requestjson
report-feature-request({
"title": "Allow per-pipeline HubSpot sync toggles",
"description": "Enterprise admins need workspace-level control",
"workspaceId": "<workspaceId>",
"teamIds": ["<teamId>"],
"assigneeIds": ["<userId>"]
})调用接口:
report-feature-requestjson
report-feature-request({
"title": "允许针对每个流水线设置HubSpot同步开关",
"description": "企业管理员需要工作区级别的控制权限",
"workspaceId": "<工作区ID>",
"teamIds": ["<团队ID>"],
"assigneeIds": ["<用户ID>"]
})