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

NAME

JIRA::REST::Class::Issue::Type - A helper class for JIRA::REST::Class that represents a JIRA issue type as an object.

VERSION

version 0.12

DESCRIPTION

This object represents a type of JIRA issue as an object. It is overloaded so it returns the key of the issue type when stringified, the id of the issue type when it is used in a numeric context, and the value of the subtask field if is used in a boolean context. If two of these objects are compared as strings, the key of the issue types will be used for the comparison, while numeric comparison will compare the ids of the issue types.

READ-ONLY ACCESSORS

description

Returns the description of the issue type.

iconUrl

Returns the URL of the icon the issue type.

id

Returns the id of the issue type.

name

Returns the name of the issue type.

self

Returns the JIRA REST API URL of the issue type.

subtask

Returns a boolean indicating whether the issue type is a subtask.

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)