Running into issues on how to use the endpoint rest/api/latest/project to get all projects now that basic authentication has been depreciated. I am able to access this from my browser that i am signed in on but trying to hit this endpoint from postman yields no results. Any help would be greatly appreciated.
Hi Adam
welcome to the Atlassian community.
Instead of basic auth you can generate a token like described in https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/ that you use
A https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-get is marked as deprecated you should take a look to https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get
Cheers
Kurt
Thanks for the response!
I had not seen that API Token documentation yet and that was very helpful!
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.