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.
I am calling the JIRA REST API as below from POSTMAN DESKTOP with authorization Type as BasicAuth or NoAuth and its throwing error as "Issue does not exist or you do not have permission to see it." and "Unauthorized".
https://<domain-name>.atlassian.net/rest/api/3/issue/RPC-260
Can anyone guide me on how to proceed on this.
You should be using:
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.
This also worked for me.
Is it just me? Or is this totally bananas? I've been chasing my tail for hours trying to get it to work with OAuth v2.
Is this a normal way to use such a token?
Thanks a lot for this help!
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.
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.
Just in case somebody else stumbled about this:
Indeed you have to use the API key and not the encoded one (https://blog.developer.atlassian.com/creating-a-jira-cloud-issue-in-a-single-rest-call)
So in Postman you need the API-key; in python (using requests) you need the encoded API
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.
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.
I use OAuth2.0 in authentication and all requests tot eh JIRA API have response of UNAUTHORIZED
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello guys,
With the basic auth, are you using the API token in the password field? That is how it suppose to work.
Cheers!
Alexandre C.
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.
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.
I had the same situation for a while and finally learned that my username needed to be the email address NOT just the username alone. Though, when I am using Jira I sign in with without the email address.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As recommended, e-mail as username, API token as password and Authorization type as 'Basic Auth' worked from Postman.
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.
Hello,
I am facing the same problem. Has this issue been resolved ? any suggestion?
I't works with the browser but i keep having 401Unauthorized with postman
I'm using the e-mail as username and the generated token fro jira as a password
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to use the username of the application. In my case, I got 401 when using my e-mail and trying to call Jira Insight API.
I clicked the icon in the top right and then Profile, and here I could see that my username was not my e-mail, but a network ID issued by my organization. Using this username I was able to call the API successfully as described above.
Also, different Jira applications does not share the token, so a token created in Jira does not work for Jira Insight.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your token maybe expired.
Go to your Jira instance - personal access token and revoke/delete current token, then recreate your token again, copy and paste to a text file exactly as shown.
In Postman access Authorization - basic auth, and under password copy and paste your new token from above. (hint: Click on show your password to make sure it's copied exactly without any additional spaces at the end), then execute your api.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi there ! i set up all headers,authorization, basic auth, api token , user name but getting 404 error please help to resolve it ..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Can anyone share PostMan Collection for JIRA APIs, it would be very helpful for me to understand it easily?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can ordinarily import the wadl into Postman, but I haven't had luck lately.
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/jira-rest-plugin.wadl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All,
I am using basic auth with token and still i am getting
{ "errorMessages": [ "Issue does not exist or you do not have permission to see it." ], "errors": {}}
However when i use the same url in browser, with session of jira logged in another tab, i am getting back issue details
Any suggestion?
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.
Getting issue in Postman "Basic auth with password is not allowed on this instance"
I am using Basic Auth. Email in Username an Token in Password.
Can anyone please help as it was working fine earlier?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1) click on my picture > bottom left
2) select profile
3) click 'manage your account'
4) click 'security
5) click 'create and manage API tokens'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I love how Pvs_Krishna just responds with the steps to get the token when people are actually asking why that's not working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also running into: "Basic auth with password is not allowed on this instance"
So what other options than basic auth does the jira api support?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please confirm that you have access to the project by viewing the issue on the browser.
https://<domain-name>.atlassian.net/browse/RPC-260
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Edwin,
Yes I do have access and I am able to get the data using Chrome REST Service client where as with Desktop version of POSTMAN its failing.
Your response will be highly appreciated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When used Authorization Type - No Auth it says "Issue does not exist or you do not have permission to see it." and below is the screenshot
When Authorization Type - Basic Auth it says Unauthorized Find the screenshot
Please advice on this.
Your timely help is much appreciated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am having the same problem. Has this issue been resolved yet.
Thanks,
Mamata
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1) I click on my picture > bottom left
2) select profile
3) click 'manage your account'
4) click 'security
5) click 'create and manage API tokens'
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.