NAME
JIRA::REST::Class::Query - A helper class for JIRA::REST::Class that represents a JIRA query as an object. Attempts to return an array of all results from the query.
VERSION
version 0.12
METHODS
issue_count
A count of the number of issues matched by the query.
issues
Returns a list of JIRA::REST::Class::Issue objects matching the query.
RELATED CLASSES
AUTHOR
Packy Anderson <packy@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2017 by Packy Anderson.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)