搜索产品下的 Bug
zentao_search_bugsSearch bugs in a product by keyword, matching title and steps, with a configurable scan limit for results.
Instructions
在某产品下按关键词搜索 Bug(匹配标题与 steps)。底层拉取分页列表后客户端过滤。
Args:
product (number): 产品 ID
keyword (string): 关键词
scan_limit (number): 最多扫描多少条(分页累加),默认 200,上限 1000
Returns: { product, keyword, scanned, matched, bugs: [...] }
只读。命中范围受 scan_limit 限制,必要时调大。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | 搜索关键词 | |
| product | Yes | 产品 ID | |
| scan_limit | No | 最多扫描条数 |