Rate this page:
You can securely manage all your Forge and OAuth 2.0 (3LO) apps in one place using the Atlassian developer console.
The developer console lets you view information about your Forge and 3LO apps, including their scopes and environments.
To access the console:
From any page on developer.atlassian.com, select your profile icon in the top-right corner.
From the drop-down, select Developer console.
Your existing Forge and 3LO apps are listed in the order that they were created. 3LO apps are displayed with a 3LO lozenge.
The following details are listed:
App name: the name of your app
Distribution status:
Updated on: the time and date you created your app or updated its settings
You can search for an app using the search bar above the app table.
Select any Forge app on the My apps screen to get more information about it, including app ID, environments, and permissions.
The Overview page displays the following panels:
App details
Permissions
Select Settings in the left menu to view your Forge app’s name, platform type, and avatar.
You can view the level of access your Forge app has to an Atlassian user’s account by selecting Permissions in the left menu, or selecting the Permissions panel.
The Permissions page lists the APIs included in your Forge app, where you have added at least one scope from that API to your app's manifest file.
To see the individual scopes for an API, select View.
To learn more about Forge app permissions, see Security. For more information about individual scopes, see Permissions.
Any new Forge apps you create using the CLI appear in the console, and any changes you make to existing Forge apps using the CLI are reflected in the console.
A Forge app can only be deleted if it's not installed anywhere.
You can manually distribute your Forge app by sharing a copy of your app's code. Your user will then
need to run the forge register
, forge deploy
, and forge install
commands to register the app for their own account.
Forge apps are not yet available for distribution using the developer console, but this functionality is coming soon.
Rate this page: