How to use JIRA OnDemand's API in Ruby on Rails

hema shree December 23, 2013

Hi

I want to use OnDemand Jira Api's in my Rails Application Anyone pls help me to get the steps done.Thank u in advance.

1 answer

2 votes
RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 23, 2013

i think you are looking for this

https://docs.atlassian.com/jira/REST/latest/

Michael Knight
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 1, 2014

If it's useful, JIRA's SOAP API can be accessed via Ruby with https://github.com/codehaus/jira4r(but SOAP is being deprecated in favour of REST).

For now, this should work with both self-hosted JIRA and JIRA OnDemand, but you're better off using REST as per the answer above for the long term.

Suggest an answer

Log in or Sign up to answer