We have an external application using Ruby where users login with a custom authentication.
We would like access to the Jira REST API without having to redirect the user to Jira to input credentials. Essentially, our backend would have admin rights to access all of our board data.
The docs here show a login redirect, this is not what we want: https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/
Thanks, Matt
Since you are accessing your JIRA instance via your application you can do either of the following:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The tokens expire as specified in the "oauth_expires_in" parameter when you get the access token. I believe that the default configured JIRA instance on Atlassian's server is 157680000 (which is 5 years)
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.