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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi, I'm trying to make a rest call to query our JIRA for release notes. I have it working with basic authentication. However, I'm reading all over your documentation that basic is deprecated. However, most of the documention I can find is about basic authentication.
So, I had our IT department give me the same key that another app is using; and I can't tell how that translates to JIRA.
Is this oAuth?
username: xxxx
app password: <some name>
xxxxxxxxx -- a password or something
Help? I'm just trying to find the right direction.
I'm not sure what you've come across so far, this is a simple explanation of what is required. Post back here if you are still unsure, detailing what you've tried and what issues you're still facing.
OK, I found their is a difference between an API Token and API Key. So I can use the API Key and not get the "basic auth with username/password is deprecated" message.
When I run that through Postman I can see the authorization header generated makes a hash or something out of the username and api key; that is working for my purposes if I pass it to my application to use the REST API.
Next question, is this the right way to do it? Will that hash (or whatever it is) remain valid for the life of the API key?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My understanding is that hash is valid for the life of the aPI key, so this should resolve my question. Thanks.
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.