Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/packy/jira-rest-class
- Owner: packy
- License: other
- Created: 2016-10-29T23:49:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T02:00:45.000Z (almost 6 years ago)
- Last Synced: 2024-09-30T12:01:17.518Z (about 2 months ago)
- Topics: perl, perl5, perl5-module
- Language: Perl
- Size: 364 KB
- Stars: 2
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.pod
- Changelog: Changes
- License: LICENSE.md
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