给 Bug 加备注(禅道 v1 REST 不支持,会报错)
zentao_comment_bugAttempts to add a comment to a ZenTao bug but returns an error because the REST API does not support bug comments. Use the Web UI or legacy session API instead.
Instructions
⚠️ 禅道 v1 REST API 不支持为 Bug 添加独立备注(实测:editBug 的 comment 字段被静默丢弃, 且无 /comment 动作端点)。调用本工具会直接返回错误,不会假装成功。 如需加备注:请在禅道 Web UI 手工操作,或改用旧版 session API(?m=action&f=comment)。 Args: id (number), comment (string)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Bug ID | |
| comment | Yes | 备注内容 |