I created a service account and created credentials for it in the form of an API token. I'm testing it using Postman (https://api.atlassian.com/ex/jira/{cloudid}/rest/api/3/project/PROF). In the authorization settings, I specify the service account email and token. But I get an error. Although I checked using the Rights Assistant, the service account has rights for this project.
Hmm, following this 👀
What I only managed to find are these:
But they do not say much about that issue you're experiencing.
As you're using Postman, have you tried passing the token as a Bearer token in the authorization header?
I usually mix between the two (Basic and Bearer) when using Postman 😅
Cheers,
Tobi
Bearer token must be used. Basic type isn't used here
Yep!
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.