One of our clients mailed them saying they are facing issues in integrating JIRA with our product using access tokens. They said that they can’t list their project after adding the token.
We are using api doc
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/
By using the api, with adimin credetials api is not listing all projects
Solved the same issue for myself .. Reason was I did not supply my email address (username) with the PAT I was using to connect. Bit of a rookie mistake but any auth issues will not show and you just see 0 items being returned instead of an auth error. Once I corrected my connection credentials it worked fine.
Hi @AKA
Are you able to check what the client can see if they login to Jira with their credentials. They will not be able to see projects they don't have permissions for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
same here, I can see projects in jira, but the java api does not list any after a correct authentication with api token.
did you find an answer to your question?
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.