NAME

JIRA::API::ParsedJqlQuery -

SYNOPSIS

my $obj = JIRA::API::ParsedJqlQuery->new();
...

PROPERTIES

errors

The list of syntax or validation errors.

query

The JQL query that was parsed and validated.

structure

The syntax tree of the query. Empty if the query was invalid.