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.
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.