Isolated Cloud (IC) is Atlassian's single-tenant cloud environment that provides fully isolated data and compute for customers with strict security and compliance needs, such as those in regulated industries. These customers require dedicated storage, compute, and networking, with strict control over data egress and residency.
IC supports all Forge apps. Connect and Connect-on-Forge modules are not supported.
Because IC customers make app decisions based on their own security profile, residency requirements, and trust criteria, the architecture you choose for your IC app should be shaped by your customer's specific needs rather than a single platform-wide constraint.
Use this guide to understand what's required and how to publish your IC app on the Marketplace.
Your app must meet both of the following criteria:
Connect and Connect-on-Forge modules are not supported.
There are no platform-enforced egress restrictions specific to IC. Whether to install an app with egress requirements is at the customer's discretion, based on their own security and compliance policies.
As a general rule, IC customers expect their data to remain strictly within the Isolated Cloud environment. Apps that keep data within the Isolated Cloud environment are most likely to meet the broad security expectations of IC customers. We recommend discussing your app's architecture with your customer early to confirm it aligns with their requirements.
Like Atlassian Government Cloud, some Forge platform features may be available in Atlassian Commercial Cloud before they reach Isolated Cloud. Check the Forge changelog for the latest feature availability.
Before you begin, ensure you have:
forge deploy -e production.Before you can list an IC app on the Marketplace, you need to first enable Sharing for it. To do this:
Isolated Cloud uses the same commercial developer console as your standard Cloud apps at developer.atlassian.com.
Once the app's distribution is set to Sharing, you can create its Marketplace listing:
For IC, the portal provides a dropdown of your available unpublished apps to select from.
Next, review and update your app listing's details to reflect IC-specific information.
Follow the guided process to review and, if necessary, update your app details before submitting your IC app version. When you're done, select Submit.
An Isolated Cloud icon will appear on your listing. This icon is visible across your listing page and pricing section, helping customers identify IC-compatible apps.
To release a new version of your IC app, deploy the updated version using the Forge CLI within the Atlassian Commercial Cloud environment:
1 2forge deploy -e production
Make sure you run this command with your IC-specific App ID configured. The new version will automatically inherit the visibility settings of the previous version.
When publishing your app's IC version, your listing will appear alongside your existing commercial versions under a single Marketplace listing. To help IC customers quickly identify your app and set the right expectations, consider the following:
For Isolated Cloud apps, only the Standard edition is currently supported. As a Marketplace Partner, you will be able to set and upload pricing specifically for the Standard edition of your IC-compatible app. This allows you to tailor your pricing for Isolated Cloud customers, which may differ from your commercial version.
When configuring your app's price, make sure to select Isolated Cloud as the hosting type.
Advanced editions and Multi-instance pricing is not supported for IC apps yet. Ensure that your pricing structure reflects this limitation.
The review process for IC apps is the same as for commercial apps.
After submitting your app through the Marketplace Partner Portal, it will enter the review queue. The Atlassian review team will assess your submission for compliance, accuracy, and completeness.
Monitor your email and the Partner Portal for feedback or requests for additional information. Prompt responses help avoid delays and ensure a smooth review process. Once approved, your app will be published for IC customers.
Always select Isolated Cloud as the hosting type before submitting your app for review.
Key points:
Customers can find your IC app by selecting Isolated Cloud from the View for dropdown on your Marketplace listing. Make sure your listing messaging clearly communicates that this version is purpose-built for the Isolated Cloud environment.
Q: Can I use the same App ID for IC and commercial versions?
A: No. You need one App ID for your commercial hosting type and a separate App ID for Isolated Cloud hosting type. This ensures your IC app is properly identified and managed within the Marketplace.
Q: Where do I develop and deploy my IC app?
A: IC apps are developed and deployed through the commercial developer console at developer.atlassian.com. Your IC App ID must be distinct from your commercial App ID.
Q: What Forge apps are supported in Isolated Cloud?
A: IC supports all Forge apps. Connect and Connect-on-Forge modules are not supported. The right approach for your IC app depends on your customer's specific security, residency, and egress requirements.
Q: Can I maintain a single codebase for commercial and IC?
A: Yes, this is the recommended approach. Maintain one codebase and use environment variables to manage any differences in platform capabilities across environments. Deploy to both commercial and IC using the Forge CLI with distinct App IDs. If a capability is unavailable in IC, delay enabling that feature in the IC environment rather than maintaining separate codebases.
Rate this page: