I want to fetch bugs and show on UI. I created a service and used api token with all classic read only access . My service responded with Read Jira project and issue data - REQUIRED.
Although when I replaced with token that has all access , it worked.
I need help to understand if any more access is needed apart from all classic read only ones for fetching data?
Hi @Prakhar
Did you use the correct API endpoint when using the API endpoint?
See this KB, on using a scoped token.
https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/
Yes ,I tried with multiple endpoints . Authentication is working . Failing to fetch data
these are the accesses I have provided.
It did work with token that had all accesses.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Prakhar
What API endpint are you using, does that endpoint available from granular scopes?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Prakhar
Then this endpiont is not eligible for using a scoped API token, so no service account or scoped token from a real user account can be used.,
Only a full user API token can be used.
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.