I have attempted to develop a Jira Forge app, but I noticed that using the invoke function with any account other than the one used for development always returns the following error:
User did not have access to specified resource(s)
This issue occurs even with the Hello World app or any other app that calls invoke. For example, I tried the following configuration directly from forge create
:
- jira:projectPage
- jira:issuePanel
In every case, the same error appears. It seems that the invoke function never reaches the backend logic and is simply rejected when called. With my development account, everything works fine. I’m not sure if any configuration needs to be enabled for the invoke function to work with all accounts, but I couldn’t find any documentation mentioning such a configuration. I even tried enabling sharing under the Developer Console, but the issue persists.
Any assistance would be highly appreciated.