Forge fetch API asUser vs. asApp

Hi All,
I’m trying to run some api using forge requestJira to update some issue data
if I’m using asApp() I’m facing some permissions problem if the project is restricted to specific group
on the other hand, if I’m using asUser() instead the jira data is not automatically reloaded… :frowning: :roll_eyes:

any ideas how can I resolve it?
thanks,
Dar

Hi @dar.kronenblum ,

I think you might be suffering from a deficiency where Forge isn’t provisioning permissions for the app’s system user properly. This is captured by FRGE-212 in which a workaround is also identified.

Regards,
Dugald

thanks @dmorrow !
I don’t think that changing the project permission is the right way to go (as the workaround suggest)
any idea how to refresh the issue data using forgeui?
thanks,
Dar