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

NAME

JIRA::REST::Class::Issue::Comment - A helper class for JIRA::REST::Class that represents a comment on a JIRA issue as an object.

VERSION

version 0.09

METHODS

delete

Deletes the comment from the issue. Returns nothing.

READ-ONLY ACCESSORS

author

The author of the comment as a JIRA::REST::Class::User object.

updateAuthor

The updateAuthor of the comment as a JIRA::REST::Class::User object.

created

The created date for the comment as a DateTime object.

updated

The updated date for the comment as a DateTime object.

body

The body of the comment as a string.

id

The ID of the comment.

self

The full URL for the JIRA REST API call for the comment.

visibility

A hash reference representing the visibility of the comment.

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)