zentao_bugs_mine
Retrieve and filter personal bug reports from ZenTao project management system by assignment, status, or product to track and manage tasks.
Instructions
List my bugs (我的Bug) by assignment or creator. Default scope is assigned. Use when user asks for 'my bugs', '我的bug', '分配给我', or personal bug list.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Account to match (default: login account). | |
| scope | No | Filter scope: assigned|opened|resolved|all (default assigned). | |
| status | No | Status filter: active|resolved|closed|all (default active). | |
| productIds | No | Optional product IDs to limit search. | |
| includeZero | No | Include products with zero matches (default false). | |
| perPage | No | Page size when scanning products (default 100). | |
| maxItems | No | Max bug items to return (default 200). | |
| includeDetails | No | Include bug details list (default false). |