NAME

JIRA::API::JexpJqlIssues -

SYNOPSIS

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

PROPERTIES

maxResults

The maximum number of issues to return from the JQL query. Inspect `meta.issues.jql.maxResults` in the response to ensure the maximum value has not been exceeded.

query

The JQL query.

startAt

The index of the first issue to return from the JQL query.

validation

Determines how to validate the JQL query and treat the validation results.