Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jira API gem for Ruby on Rails?

Do you know any Jira4R alternatives for RoR (Ruby 1.9.x and Rails 3.2.x)?

Jira4R is almost dead (most of download/repo links on Codehaus site are dead) and its API is very non-ruby style (I mean usage logic, method names, etc.)

like image 469
Wile E. Avatar asked Feb 24 '26 20:02

Wile E.


1 Answers

https://github.com/Marketcircle/jiraSOAP was supposed to continue where Jira4R left off (SOAP). The SOAP API will not be developed further by Atlassian, REST will (https://developer.atlassian.com/display/JIRADEV/JIRA+Remote+API+Reference).

Supporting the REST API there are basically two gems:

  • https://github.com/trineo/jira-ruby (which does only OAuth - doesn't work with hosted JIRA)
  • https://github.com/jstewart/jiralicious which seems to support simple user authentication
like image 105
wrtsprt Avatar answered Feb 26 '26 10:02

wrtsprt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!