qql_search
Search and filter test cases, defects, results, and runs using Qase Query Language (QQL) with cross-project queries.
Instructions
Search entities using Qase Query Language (QQL) with powerful filtering and cross-project queries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| limit | No | Maximum number of results to return (default: 10, max: 100) | |
| offset | No | Number of results to skip for pagination |