确认 Bug(状态流转)
zentao_confirm_bugConfirm a bug in ZenTao by marking it as confirmed, optionally assigning it to a user, with a preview mode before applying the change.
Instructions
确认一个 Bug(is_confirmed=1)。高风险:默认预览,confirm=true 才执行。 Args: id, assignedTo?, confirm(默认 false)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Bug ID | |
| confirm | No | false=仅预览;true=真正提交 | |
| assignedTo | No | 确认后指派给的 account |