Problem:
Our Service Account cannot access any Jira projects despite:
Current Group Memberships:
Probably you are putting the BASE_URL in a wrong way. You will need to follow the instructions from here: https://support.atlassian.com/user-management/docs/manage-api-tokens-for-service-accounts/
Here is an example of how your BASE_URL needs to look like:
https://api.atlassian.com/ex/jira/{cloudId}/rest/api/3/project/{project_key}
Thanks.
Victor.
You should submit a ticket to Atlassian Support, I ran into the same issue on the Confluence side. the API token works correctly if used in Postman, but via automation it returns a 401 error. This worked as of last Friday, so something has changed in Automations since then.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.