The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there an API for the ondemand version of Jira Agile?

Greg Partin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 6, 2013

We are evaluating whether to use Jira Agile Ondemand. While I have used the version of Jira which we host on our own servers and have utilized the API to integrate with some of our other software (such as Salesforce to funnel customer reported bugs into Jira) I have not been able to find documentation for a similar API for the Ondemand product. Does an API exist for the Jira Agile Ondemand?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
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 Champions.
September 6, 2013

OnDemand is still Jira, the APIs are pretty much identical.

However, you haven't told us which one you want to use.

If your code uses the external REST API, that's fine, because OnDemand exposes the same REST API that an installed/standalone/war Jira does off-the-shelf.

If your code is internal - changes to the core of Jira or plugins, then you can't use it in OnDemand. There's a restricted fixed list of plugins you can install and code change is out of the question.

See https://confluence.atlassian.com/pages/viewpage.action?pageId=315326753 for the list of what can be installed