We are using an OnDemand instance of Jira - I'd like to start using the REST API's but am unclear how to do so with an OnDemand instance.
Documentation suggests the form is:
http://hostname/rest/<api-name>/<api-version>/<resource-name>
Our host is https://nebula.atlassian.net
I see that the REST plugin is installed and available, but when I go to
https://nebula.atlassian.net/rest I get nothing
https://nebula.atlassian.net:8080/rest gets nothing.
What am I missing here?
You need to hit the full URL, e.g. https://domain.atlassian.net/rest/api/latest/issue/TEST-1 and https://domain.atlassian.net/rest/auth/latest/session.
See http://docs.atlassian.com/jira/REST/latest/ for more information.
Hi, did you success to access JIRA OnDemand by Jira REST API? Thanks, Isabella
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.