getBugComments
Retrieve comments and operation history for a specific Bug ID, with usernames mapped to real names. Output as JSON or Markdown, optionally including full action log.
Instructions
获取指定Bug的备注与操作历史记录(谁在什么时候说了什么)。数据来自禅道 bug-view 接口的 actions 字段,包含所有评论/备注,并自动将用户名映射为中文真实姓名。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bugId | Yes | Bug ID | |
| format | No | 输出格式:json(结构化) 或 markdown(可读文本) | markdown |
| includeAll | No | 是否包含全部操作历史(创建/指派/解决等),默认 false 只返回有备注内容的记录 |