qql_search
Search test entities across projects using Qase Query Language with powerful filters for cases, defects, results, and runs.
Instructions
Search entities using Qase Query Language (QQL) with powerful filtering and cross-project queries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 10, max: 100) | |
| query | Yes | QQL query expression. Examples: - entity = "case" and project = "DEMO" and status = "Actual" - entity = "defect" and severity = "blocker" and status = "open" - entity = "result" and status = "failed" and created >= now("-7d") - entity = "run" and milestone ~ "Sprint 12" See QQL documentation for full syntax and examples. | |
| offset | No | Number of results to skip for pagination |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | Total matching entities | |
| entities | Yes | Matching entities |