QQL structure
What does QQL consist of?
entity = "defect" and status = "open"
entity = "case" and project = "DEMO" and title ~ "auth" order by id desc
entity = "result" and status = "failed" and timeSpent > 5000 and
milestone ~ "Sprint 12"
entity = "case" and isFlaky = false and automation = "To be automated"Entities
Query
Supported operands:
Data types:
Functions:
Last updated
Was this helpful?