What is the recommended method of authenticating against the OnDemand JIRA REST API?
You can use 2 types of authorisation. Basic Auth or using Cookies. See User Authentication under https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+(Alpha)+Tutorial for details.
There are some more details which might help at http://confluence.atlassian.com/display/DOCSPRINT/The+Simplest+Possible+JIRA+REST+Examples
Recommended for Cloud: Cookie Based Authentication
https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Cookie-based+Authentication
Basic authentication should only be done for simple tests. Because the user needs to authenticate on each request, it uses more resources and may cause system instability if used heavily.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mauro Ezequiel Fernandez Badii - OAuth is not possible with Cloud?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.