Hello I am quite new to jira and needed some help with calling JIRA REST APIs. I was trying to develop application that makes calls to the JIRA cloud REST API as per the documentation provided here https://developer.atlassian.com/cloud/jira/platform/rest/#api/2/
I encountered that with some of the API calls it was mentioned that “Apps cannot access this REST resource” . Can anyone tell me what this exactly means. Is there anyway of accessing these REST resources that apparently seem to be inaccessible. Thanks in advance
App means Atlassian Connect app (formerly referred to as add-ons). REST endpoints that are marked with this cannot be accessed via an Atlassian Connect app (the ones you install via Universal Plugin Manager).
Is there anyway of accessing these REST resources that apparently seem to be inaccessible
Yes, these resources can be accessed if you are to interact with Jira cloud directly i.e. via scripts, bots, and/or a standalone app you created.