NAME
JIRA::API::SearchResults -
SYNOPSIS
my $obj = JIRA::API::SearchResults->new();
...
PROPERTIES
expand
Expand options that include additional search result details in the response.
issues
The list of issues found by the search.
maxResults
The maximum number of results that could be on the page.
names
The ID and name of each field in the search results.
schema
The schema describing the field types in the search results.
startAt
The index of the first item returned on the page.
total
The number of results on the page.
warningMessages
Any warnings related to the JQL query.