Marketcircle / jiraSOAP

Ruby interface to the JIRA SOAP API
http://rdoc.info/github/Marketcircle/jiraSOAP/master/frames
MIT License
31 stars 13 forks source link

jiraSOAP - Ruby interface to the JIRA SOAP API

Uses handsoap to build a client for the JIRA SOAP API that works on Ruby 1.9 as well as MacRuby.

You can read the documentation for the latest release or the HEAD commit. The meat of the service is in the RemoteAPI module.

Motivation

The jira4r gem already exists, and works well on Ruby 1.8, but is not compatible with Ruby 1.9 or MacRuby due to its dependance on soap4r.

Goals

Pick up where jira4r left off:

Getting Started

See the {file:docs/GettingStarted.markdown Getting Started} guide.

TODO

Test Suite

The test suite relies on a specific JIRA server being available. Every thing that might need to be configured has been abstracted to its own method so that the values can easily be changed, but I will try to provide a database backup in the near future if the licensing works out.

Note on Patches/Pull Requests

License

Copyright: Marketcircle Inc., 2010-2012

See LICENSE.txt for details.