zentao_resolve_bug
Resolve a bug after fixing code. Specify bug ID and resolution (e.g., fixed) to update the bug status in Zentao, with optional comment and assignment.
Instructions
Resolve a bug after fixing code. Requires ZENTAO_ALLOW_RESOLVE_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 recorded with the resolve action. | |
| assignedTo | No | Optional assignee account after resolve. | |
| resolution | Yes | Resolution code. Usually fixed. | |
| duplicateBug | No | Duplicate bug ID when resolution=duplicate. | |
| resolvedBuild | No | Resolved build. Default: trunk. |