NAME
JIRA::REST::Class::Issue::Worklog::Item - A helper class for JIRA::REST::Class
that represents an individual worklog item for a JIRA issue as an object.
VERSION
version 0.01
READ-ONLY ACCESSORS
author This method returns the author of the JIRA issue's work item as a JIRA::REST::Class::User
object.
comment This method returns the comment of the JIRA issue's work item as a string.
created This method returns the creation time of the JIRA issue's work item as a DateTime
object.
id This method returns the ID of the JIRA issue's work item as a string.
self This method returns the JIRA REST API URL of the work item as a string.
started This method returns the start time of the JIRA issue's work item as a DateTime
object.
timeSpent This method returns the time spent on the JIRA issue's work item as a string.
timeSpentSeconds This method returns the time spent on the JIRA issue's work item as a number of seconds.
updateAuthor This method returns the update author of the JIRA issue's work item as a JIRA::REST::Class::User
object.
updated This method returns the update time of the JIRA issue's work item as a DateTime
object.
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)