-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Forge - App network Egress
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:
- marketplace.atlassian.com/rest/2/addons/${addonKey}/versions/latest?:name
- Can be used to retrieve app versioning information from the marketplace listing
- 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.