Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/packy/jira-rest-class

An OO Class module built atop JIRA::REST for dealing with JIRA issues and their data as objects.
https://github.com/packy/jira-rest-class

perl perl5 perl5-module

Last synced: about 1 month ago
JSON representation

An OO Class module built atop JIRA::REST for dealing with JIRA issues and their data as objects.

Awesome Lists containing this project

README

        

=pod

=head1 JIRA-REST-Class

An OO Class module dealing with JIRA issues and their data as objects.

=head1 DESCRIPTION

An OO Class module built atop L for dealing with JIRA issues and
their data as objects.

This code is a work in progress, so it's bound to be incomplete. I add methods
to it as I discover I need them. I have also coded for fields that might exist
in my JIRA server's configuration but not in yours. It is my I,
however, to make things more generic as I go on so they will "just work" no
matter how your server is configured.

=head1 SEE ALSO

=over

=item * L

L uses C to perform all its interaction with JIRA.

=item * L

C uses a C object to perform its low-level
interactions.

=item * L

Atlassian's official JIRA REST API Reference.

=back

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2016-2018 by Packy Anderson

This program is free software; you can redistribute it and/or
modify it under the terms of either:

=over 4

=item * the L
as published by the Free Software Foundation; either
L,
or (at your option) any later version, or

=item * the L,
or (at your option) any later version.

=back

=cut