report-issue

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Report Issue

提交问题报告

Create a bug or feature-request intake task.
创建Bug或功能需求收集任务。

Instructions

操作说明

Bug

Bug报告

Call
report-bug
:
json
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
update-task
when execution starts.
调用
report-bug
接口:
json
report-bug({
  "title": "当优惠券与礼品卡同时使用时,结账功能失败",
  "description": "复现步骤:在移动端Safari中同时应用两者;提交后返回500错误",
  "workspaceId": "<工作区ID>",
  "teamIds": ["<团队ID>"],
  "assigneeIds": ["<用户ID>"]
})
在任务开始执行时,调用
update-task
接口。

Feature request

功能需求报告

Call
report-feature-request
:
json
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-request
接口:
json
report-feature-request({
  "title": "允许针对每个流水线设置HubSpot同步开关",
  "description": "企业管理员需要工作区级别的控制权限",
  "workspaceId": "<工作区ID>",
  "teamIds": ["<团队ID>"],
  "assigneeIds": ["<用户ID>"]
})