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.01

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.

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)