Not able to list projects in postman on using api token as well

ashishjha007 December 18, 2020

Not able to list projects on postman on using api token

Tested End point 

  1. https://jiratestinginnspect.atlassian.net/rest/api/3/project/IN
  2. https://jiratestinginnspect.atlassian.net/rest/api/2/project/IN

 

In Authorization using Basic Authorization & using api token as password.

 

Please Find Screenshot attached 

imageJira.PNGimageJira2.PNGprojects.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.
December 18, 2020

Hi @ashishjha007 

Are you sure that the user that generated the API token has access to that project?

Try using /rest/api/3/project/search with no parameters passed in, which should generate the list of all projects that the user has access to - check if IN shows up in the list.

ashishjha007 December 18, 2020

No It did not work. Yes the user who generated the token has access to the project

reply.PNG

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.
December 20, 2020

Hi @ashishjha007 

Okay, next thing to try

rest/api/3/search?jql=key=IN-xxx

and replace xxx with the key (number) of an issue in the IN project.

Another question, have you successfully used Postman before? With the IN project, or a different one?

Suggest an answer

Log in or Sign up to answer