Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnustavo/jira-rest
Thin wrapper around Jira's REST API
https://github.com/gnustavo/jira-rest
Last synced: 24 days ago
JSON representation
Thin wrapper around Jira's REST API
- Host: GitHub
- URL: https://github.com/gnustavo/jira-rest
- Owner: gnustavo
- Created: 2013-05-31T11:50:11.000Z (over 11 years ago)
- Default Branch: next
- Last Pushed: 2024-03-24T23:15:55.000Z (8 months ago)
- Last Synced: 2024-06-18T13:58:27.273Z (5 months ago)
- Language: Perl
- Homepage: https://metacpan.org/release/JIRA-REST/
- Size: 116 KB
- Stars: 17
- Watchers: 9
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# JIRA::REST
A thin wrapper around Jira's REST APIs
## What's this about?
[Jira](http://www.atlassian.com/software/jira) is a proprietary bug tracking
system from [Atlassian](http://www.atlassian.com/software/jira/).This module implements a thin wrapper around Jira's REST APIs:
- [Jira Core REST API](https://docs.atlassian.com/jira/REST/server/)
This rich API superseded the old [Jira SOAP
API](http://docs.atlassian.com/software/jira/docs/api/rpc-jira-plugin/latest/com/atlassian/jira/rpc/soap/JiraSoapService.html)
which isn't supported anymore as of Jira version 7.- [Jira Service Desk REST API](https://docs.atlassian.com/jira-servicedesk/REST/server/)
This API deals with the objects of the Jira Service Desk application.
- [Jira Software REST API](https://docs.atlassian.com/jira-software/REST/server/)
This API deals with the objects of the Jira Software application.
## Getting Help
In order to ask questions or to report problems, please, [file an issue at
GitHub](https://github.com/gnustavo/JIRA-REST/issues).## Copyright & License
JIRA::REST is copyright (c) 2013-2021 of [CPQD](http://www.cpqd.com.br/).
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself. About the only thing you
can't do is pretend that you wrote code that you didn't.## Enjoy!
Gustavo Chaves