Ending Connect support
Bitbucket Cloud is gradually ending support for Connect apps.
New Bitbucket apps built with Connect can no longer be registered or installed on workspaces as of Februrary 2, 2026.
Forge is now the Atlassian Cloud's primary platform for extensions. Get started with Forge
The inline dialog is a wrapper for secondary content/controls to be displayed on user request. Consider this component as displayed in context to the triggering control with the dialog overlaying the page content. A inline dialog should be preferred over a modal dialog when a connection between the action has a clear benefit versus having a lower user focus.
For more information, read about the Atlassian User Interface inline dialog component.
Hide the inline dialog that contains your connect app.
1 2AP.require('inline-dialog', function(inlineDialog){ inlineDialog.hide(); });
Rate this page: