Hi all,
i’m devoloping a gadget in jira cloud to see all the sprint active in the dashboard.
I’m trying to add the API but when I use the any api
(for example const res = await api.asApp().requestJira(route/rest/agile/1.0/board/1/sprint?state=active);) Return to me the error
[REQUEST_EGRESS_ALLOWLIST_ERR: URL not included in the external fetch backend permissions: /rest/agile/1.0/board/1/sprint?state=active. Visit go.atlassian.com/forge-egress for more information.]status: 403
To fix it i added in the manifet this code permissions:
external:
fetch:
backend:
- my-domain.atlassian.net
but without result. Can anyone Help me?