You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I'm trying to set up an OAuth integration with an external service to pull in JIRA data on behalf of other people, and the docs I've found don't seem to correlate to the current state of the application.
https://confluence.atlassian.com/adminjiraserver/configure-an-incoming-link-1115659067.html
Step 1 is "Go to Administration > Applications > Application links."
Applications doesn't exist under Administration.
I'm wondering if you have to write an app now and give that app OAuth permissions to get data out of JIRA?
So, the answer is yes, you have to make an app over in https://developer.atlassian.com/console/myapps/
The app type needs to be OAuth 2.0 Integration.
Until you add a callback URL in the authorization tab you will not be given a client id or client secret (in the settings tab), which threw me off and got me looking at the wrong docs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.