feishu-ticket

Installation
SKILL.md

Feishu Project Ticket Creator

⚠️ 高语境知识(踩过的坑,必读)

chat_id 必须传入(迭代准确性的关键)

  • 调用脚本时必须从 inbound metadata 中提取 chat_id 并传入 json_args
  • 不传 chat_id → 无法读取群公告 → 迭代通过 API 降级获取 → 多迭代并行时结果很可能错误
  • 已经因为漏传 chat_id 导致迭代分配错误的事故,务必注意

planning_sprint 与 _field_linked_story 格式陷阱

  • planning_sprint 是整数数组 [sprint_id],写成字符串会静默失败不报错
  • _field_linked_story单个整数(不是数组),两个字段格式相反,极易搞反
  • 反例:"planning_sprint": "123" → 接口 200 但数据不写入,坑了很多次

owner 字段不可修改

  • 处理人(owner)只能在 POST 创建时通过 X-USER-KEY header 设置
  • 创建后用 PUT 更新 owner 无效,这与其他字段行为不同
  • 实际上是:你用谁的 user_key 发请求,issue 就属于谁
Installs
10
First Seen
May 18, 2026
feishu-ticket from mercury-api.wepieoa.com