Requesting data from Atlassian systems still requires egress settings

XMLWordPrintable

      Currently, if developers need APIs not accessible using the normal mechanisms like requestJira, they'll need to add those endpoints in the egress settings of the app. This is still happening even after the efforts mentioned in the following change:

      The intention of this feature request is to capture a list of such endpoints, such as:

      1. marketplace.atlassian.com/rest/2/addons/${addonKey}/versions/latest?:name
        • Can be used to retrieve app versioning information from the marketplace listing
      2. rest/servicedesk/cmdb/latest/fieldconfig/:fieldConfigId
        • Used to retrieve Asset field configurations. This is an internal endpoint at the moment, so devs need to use the Fetch API with a token to access it. There is a request to create a public version of it, which would fix the issue as it would be accessible through requestJira:
        • https://jira.atlassian.com/browse/JSDCLOUD-14068

      Please comment on the case if you need a different endpoint.

            Assignee:
            Angelina Ignatova
            Reporter:
            Bernardo Andreeti
            Votes:
            21 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: