Hello, i am currently having problems with requestJira of @forge/bridge. The doc describes this method as following The requestJira bridge method enables custom UI apps to call the Jira Cloud platform REST API as the current user. but if call (as example) /rest/api/3/user/properties inside the frontend react app, this error is returned from the request 403 - OAuth 2.0 is not enabled for this method.
Hello, sorry for the late response. Yes, i think every request gives me this error. I also tried /rest/api/3/field. I also added all the required permissions inside of manifest.yml. Is there any chance i somehow miss configured anywhere else?
The issue was not adding read:jira-work to the permissions. If someone else has this and it was not caused by read:jira-work, do the same request in the server side because the server then tells you more accurate about which permission is missing.