Hello,
We are building an application that integrates with JIRA Server using the REST APIs.
The problem is that we want to use OAuth for authenticating the requests but JIRA has a 3-legged version of OAuth1.0a where there is user interaction.
Since our app doesn’t have any UI and is basically just a batch job that imports/exports data, we can’t use this.
Does JIRA support the 2-legged version of OAuth 1.0a or should we just use basic auth instead?
Thanks in advance for your help.
Regards,
Vijay