NAME

JIRA::API::IssuesJqlMetaDataBean -

SYNOPSIS

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

PROPERTIES

count

The number of issues that were loaded in this evaluation.

maxResults

The maximum number of issues that could be loaded in this evaluation.

startAt

The index of the first issue.

totalCount

The total number of issues the JQL returned.

validationWarnings

Any warnings related to the JQL query. Present only if the validation mode was set to `warn`.