The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.12 - 2017-10-07

  • Add an examples directory with sample scripts.
  • Update POD for user_object() to include link to the Atlassian docs for /rest/api/latest/myself.
  • Prevent croaking when JIRA uses a %F-type date. https://github.com/packy/JIRA-REST-Class/pull/8
  • Add code to recover the password from the Authorization header if we haven't cached it.

Documentation

Modules

An OO Class module built atop JIRA::REST for dealing with JIRA issues and their data as objects.
An abstract class for JIRA::REST::Class that most of the other objects are based on.
A factory class for building all the other classes in JIRA::REST::Class.
The module that exports the list of object types in the JIRA::REST::Class module to JIRA::REST::Class::Factory and the testing code.
A helper class for JIRA::REST::Class that represents an
A helper class for JIRA::REST::Class that represents the changelog of a JIRA issue as an object.
A helper class for JIRA::REST::Class that represents an individual change to a JIRA issue as an object.
A helper class for JIRA::REST::Class that represents an individual item in an individual change to a JIRA issue as an object.
A helper class for JIRA::REST::Class that represents a comment on a JIRA issue as an object.
A helper class for JIRA::REST::Class that represents a JIRA link type as an object.
A helper class for JIRA::REST::Class that represents the status of a JIRA issue as an object.
A helper class for JIRA::REST::Class that represents the category of an issue's status.
A helper class for JIRA::REST::Class that represents the time tracking for a JIRA issue as an object.
A helper class for JIRA::REST::Class that represents the state transitions a JIRA issue can go through. Currently assumes a state diagram consisting of Open/In Progress/Resolved/Reopened/In QA/Verified/Closed.
A helper class for JIRA::REST::Class that represents an individual state transition a JIRA issue can go through.
A helper class for JIRA::REST::Class that represents a JIRA issue type as an object.
A helper class for JIRA::REST::Class that represents the worklog of a JIRA issue as an object.
A helper class for JIRA::REST::Class that represents an individual worklog item for a JIRA issue as an object.
A helper class for "set_search_iterator PARAMS" in JIRA::REST::Class|JIRA::REST::Class> that represents a JIRA query as an object. Allows the user to iterate over the results and retrieve them one by one. Wraps JIRA::REST's L<set_search_iterator|JIRA::REST and next_issue in next_issue|JIRA::REST methods to make them a bit more object-like.
An mixin class for JIRA::REST::Class that other objects can inherit methods from.
A helper class for JIRA::REST::Class that represents a JIRA project as an object.
A helper class for JIRA::REST::Class that represents the category of a JIRA project as an object.
A helper class for JIRA::REST::Class that represents a component of a JIRA project as an object.
A helper class for JIRA::REST::Class that represents a version of a JIRA project as an object.
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.
A helper class for JIRA::REST::Class that represents the sprint of a JIRA issue as an object (if you're using Atlassian GreenHopper).
A helper class for JIRA::REST::Class that represents a JIRA user as an object.