zentao_close_bug
Closes a bug in ZenTao after it has been fixed. Supports optional comments and dry run to validate without making changes.
Instructions
Close a bug. Requires ZENTAO_ALLOW_CLOSE_BUG=true unless dryRun=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bugId | Yes | Bug ID. | |
| dryRun | No | If true, return request summary only and do not call ZenTao. | |
| comment | No | Optional remark. |