I have a React app and need to connect via OAuth to read issues, projects and issue types. I’ve created a OAuth 2.0 App and configured scopes as follows.
The React app logins successfully to obtain the authorization code, access token and cloud ID for the selected site. The login user is the org admin. I can then read issues and fields but am unable to read projects or issue types. Here’s the get statement for issue types:
https://api.atlassian.com/ex/jira/557d4b78-0d4d-474b-b273-0485b5903cf1/rest/api/3/issuetype
Any ideas on what is wrong ?
Just returns a blank array .