Unable to access Jira API using postman

goutam chalkikar November 27, 2019

Hi

I want to access JIRA Rest API using postman. But I am getting error.

Error:- 

{
"errorMessages": [
"Issue does not exist or you do not have permission to see it."
],
"errors": {}
})

Do i need to set any permissions? How to do it?

 

IN below Image i want to get Issue.

Authorizatuion is API TOKEN Generated from Jira.

Help please

jIra issue.PNG

1 answer

0 votes
Warren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 27, 2019

Hi @goutam chalkikar 

Postman should work if you've entered everything correctly, I fairly often use it successfully.

So just to check a few things :

  • You need to be using your Jira e-mail address and API token for authentication
  • The e-mail address you use should be the same one that was used to generate the token
  • The authentication type must be Basic

 

I notice that you have // before the word rest in your URL, it should only be one /

Suggest an answer

Log in or Sign up to answer