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