NAME
JIRA::REST::Class::Issue::Changelog::Change - A helper class for JIRA::REST::Class
that represents an individual change to a JIRA issue as an object.
VERSION
version 0.01
READ-ONLY ACCESSORS
author Returns the author of a JIRA issue's change as a JIRA::REST::Class::User
object.
created Returns the creation time of a JIRA issue's change as a DateTime
object.
id Returns the id of a JIRA issue's change.
items Returns the list of items modified by a JIRA issue's change as a list of JIRA::REST::Class::Issue::Changelog::Change::Item
objects.
AUTHOR
Packy Anderson <packy@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016 by Packy Anderson.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)