Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 420 Bytes

ParsedJqlQuery.md

File metadata and controls

8 lines (7 loc) · 420 Bytes

ParsedJqlQuery

Properties

Name Type Description Notes
query String The JQL query that was parsed and validated.
structure AllOfParsedJqlQueryStructure The syntax tree of the query. Empty if the query was invalid. [optional]
errors List<String> The list of syntax or validation errors. [optional]