NAME
JIRA::REST::Class::Project::Version - A helper class for JIRA::REST::Class that represents a version of a JIRA project as an object.
VERSION
version 0.12
DESCRIPTION
This object represents a version of JIRA project as an object. It is overloaded so it returns the name
of the project version when stringified, the id
of the project version when it is used in a numeric context, and the value of the released
field if is used in a boolean context. If two of these objects are compared as strings, the name
of the project versions will be used for the comparison, while numeric comparison will compare the id
s of the project versions.
READ-ONLY ACCESSORS
archived
A boolean indicating whether the version is archived.
id
The id of the project version.
name
The name of the project version.
projectId
The ID of the project this is a version of.
released
A boolean indicating whether the version is released.
self
Returns the JIRA REST API URL of the project version.
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)