I’m trying to use the forge impersonation feature and have been able to exchange the user’s accountId and my app’s system accessToken for a userAppToken.
In the Forge manifest I have:
read:issue-meta:jira: allowImpersonation: true read:issue-security-level:jira: allowImpersonation: true read:issue.vote:jira: allowImpersonation: true read:issue.changelog:jira: allowImpersonation: true read:avatar:jira: allowImpersonation: true read:issue:jira: allowImpersonation: true read:status:jira: allowImpersonation: true read:field-configuration:jira: allowImpersonation: true read:jira-work: allowImpersonation: true
However when I do a POST to /rest/api/3/issue/bulk at the apiBaseUrl - keep getting a 401 (that’s with a Bearer token).
What am I getting wrong?
/Daniel