Is it possibel to make backend api.atlassian.com as ingress?

When you say some graph API, could you specify which one exactly?

Are you calling the Atlassian platform GraphQL API (https://api.atlassian.com/graphql), or a different Graph-based endpoint?

If it’s the Atlassian platform GraphQL API, you don’t need to use raw fetch. Forge provides requestGraph, for example: const response = await api.asApp().requestGraph(query);

1 Like