qql_help
Access focused QQL reference sections to build accurate queries. Pick a topic like syntax, entities, aggregation, or enum values for the exact guidance you need.
Instructions
Get one section of the Qase Query Language (QQL) reference. topic is required — ask for the section you need rather than the whole reference. Start with "entities" when you are unsure which fields an entity has (they differ per entity), "aggregation" to count or summarise without paging, and "enumValues" for valid field values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Which section to return (required — one section per call): - overview: what QQL is, overall query structure, subscription requirement - syntax: structure, ordering, custom fields, case-sensitivity, boolean and date fields - entities: the fields available on each entity — field names are NOT uniform across entities, so read this before writing a query against an unfamiliar one - operators: comparison, matching, set, null, and logical operators - functions: currentUser, activeUsers, and the now/startOf*/endOf* date functions - examples: ready-made queries for common questions - aggregation: SELECT (COUNT/MIN/MAX/AVG/SUM/FIRST/LAST), GROUP BY, HAVING — use this to count or summarise instead of paging through rows - enumValues: the valid values for priority, severity, and the per-entity status fields |