Search test cases
kiwi_search_casesSearch Kiwi TCMS test cases by text, plan, status, priority, category, tag, component, or automation; returns matching cases with total count.
Instructions
TestCase.filter by text, plan, status, priority, category, tag, component, automation. Uses KIWI_PROJECT when plan/product are omitted. Returns total and a truncated list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated ids, e.g. 12,34,56 | |
| tag | No | Tag name | |
| plan | No | Test plan id | |
| limit | No | Max rows to return. Defaults to KIWI_DEFAULT_LIMIT (usually 20). | |
| query | No | Substring match on summary | |
| status | No | Status name (CONFIRMED, PROPOSED, DISABLED, ...) | |
| product | No | Product name or id | |
| category | No | Category name | |
| priority | No | Priority value (P1..P5 / Critical / Medium, ...) | |
| automated | No | Filter by is_automated | |
| component | No | Component name |