Hello community,
I've been reviewing the official Forge documentation, specifically around web triggers and the Storage API. Based on that reading, I'm trying to understand if there's a recommended approach to expose or retrieve data stored in Forge Storage from external (non-Atlassian) systems, ideally through a webhook or similar mechanism.
I would like to establish a secure and structured way to retrieve previously stored data in Forge’s Storage API from an external service, using an incoming HTTP call (similar to a webhook or custom API endpoint).
I can define a webtrigger
in Forge and receive external requests.
The function invoked by the trigger can access data via storage.get(...)
.
However, web triggers have no authentication by default, so any secure interaction must be implemented manually.
I haven’t found any examples or documentation suggesting a recommended pattern for exposing Forge storage data externally in a secure way.
I'm also not sure if there's anything on the Forge roadmap regarding this type of integration.
Is there any officially recommended or secure way to expose Forge Storage data to external systems?
Are there any architectural patterns or examples that demonstrate this kind of usage?
Has Atlassian considered support for authenticated external access to Forge Storage (e.g. via token-authenticated API routes)?
Is there additional documentation or best practices I should look into for this use case?
- https://developer.atlassian.com/platform/forge/remote/
- https://developer.atlassian.com/platform/forge/runtime-reference/storage-api/
- https://developer.atlassian.com/platform/forge/manifest-reference/modules/web-trigger/
- https://community.developer.atlassian.com/t/rest-api-call-from-forge-app-as-user/85376
- https://community.atlassian.com/forums/Automation-questions/Unable-to-Create-Webhooks-via-API-in-Forge-App/qaq-p/2730140
- https://community.developer.atlassian.com/t/how-to-call-external-api-using-forge-app/77741
- https://community.developer.atlassian.com/t/user-created-event-for-forge-webhooks/75039
- https://www.alphaservesp.com/blog/atlassian-forge-everything-you-need-to-know
- https://community.developer.atlassian.com/t/lets-chat-about-connect-webhooks-forge-events/56740
- https://developer.atlassian.com/platform/forge/events-reference/web-trigger/
- https://developer.atlassian.com/platform/forge/runtime-reference/storage-api/