search-test-cases
Find test cases by AQL queries, filtering by name, tag, status, custom fields, and more.
Instructions
Search test cases using AQL (Allure Query Language). Examples:
name ~= "login" (name contains)
tag = "smoke" (by tag)
automation = true (automated only)
status = "Active" (by status)
cf["Epic"] = "Auth" (custom field)
createdBy = "Ivan" and tag in ["smoke", "regression"] (combinations) Use list-project-custom-fields and list-custom-field-values to discover valid cf names and values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aql | No | AQL filter expression | |
| rql | No | Deprecated alias for aql | |
| page | No | Page number (0-based) | |
| size | No | Page size | |
| projectId | Yes | Project ID (required) |