zentao_bugs_list
View and list bugs for a specific product in ZenTao project management. Requires product ID from zentao_products_list to display issues with pagination control.
Instructions
List bugs (缺陷/问题) for a specific product in ZenTao. Use this when user asks to 'see bugs', 'view bugs', 'show bugs', '看bug', '查看bug', '显示bug', or wants to check issues for a product. Requires product ID which can be obtained from zentao_products_list.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Product ID (required). Get this from zentao_products_list first. | |
| page | No | Page number (default 1). | |
| limit | No | Page size (default 20). |