This page contains announcements and updates for developers from various products, platforms, and programs across Atlassian. It includes filter controls to make it easier to only see updates relevant to you.
To ensure you don’t miss any updates, we also provide RSS feeds. These feeds will take on any filters you applied to the page, and are a standardized way of keeping up-to-date with Atlassian changes for developers. For example, in Slack with the RSS app installed, you can type /feed <FEED URL>
in any channel, and RSS updates will appear in that channel as they are posted.
We’re happy to present the second Early Access Program (EAP) build of Jira Software 11.1 and Jira Service Management 11.1. To find out what’s in scope of this EAP release, refer to Preparing for Jira 11.1.
You can download the current EAP from this page. If you’re using maven.atlassian.com, the version is 11.1.0-m0012.
This EAP release isn't for production or demonstration use.
A Confluence 10.1 EAP milestone is available now for testing. To find out what’s changed, check out Preparing for Confluence 10.1.
Got feedback or want to discuss the latest EAP? Chat with us in this Atlassian Developer Community thread. The earlier we know about potential problems, the more time we'll have to fix them before the final release.
We’re excited to announce Bitbucket Data Center 10.0 – the newest platform release since July 2024.
Based on Bitbucket 9.0, the latest platform release, Bitbucket 10.0 includes useful features for:
full-color accessibility mode
multiline comments and suggestions
new login experience with two-step verification
default reviewer groups for pull requests
secure app installations with app signing
security monitoring and alerts
enhanced security for database-stored secrets
Learn more about the new features in the release notes
To update your Bitbucket license:
Go to Administration > Licensing.
Select Edit license and enter your Data Center license key.
Select Save.
Bitbucket Data Center and Server 8.19.23 and 9.4.11 bug fix releases are available now!
To see the issues resolved in these bug fix releases, go to:
We've rolled back the Developer Spaces feature for Forge apps in the Developer console and Marketplace. We're taking this step to gather more feedback and improve the experience before making it generally available again.
If you started using Developer Spaces, your apps and team settings will revert to the previous experience. If you made changes to your team structure or roles during this period, review your team setup and adjust as needed to match the previous configuration.
We'll share updates and a new release date soon. To provide feedback or learn more, see the original September 3, 2025, changelog or the Community.
We are releasing a Workflow Preview API that offers read-only access to workflow configurations. This API supports the current workflow view for work items within a project context. The preview includes nearly all the content of the full workflow but limits exposure of rule configurations and status properties. It is also available to users with View (read-only) workflow permissions.
We've updated our Forge documentation to refer to Jira, Confluence, and other Atlassian products as “Atlassian apps.” This shift in terminology—from “products” to “Atlassian apps”— is part of our effort to create a more unified and consistent experience across the Atlassian platform.
This terminology update does not affect APIs, app functionality, or how customers use or install apps.
For more information, see the community announcement Changing our terminology from “products” to “Atlassian apps”.
Forge CLI now offers AI-powered assistance through Rovo CLI and Gemini CLI. This integration allows the AI agent to analyze errors from Forge commands or tunnels and suggest actionable fixes automatically, enhancing your development experience. It connects with the app developer's existing Rovo and Gemini accounts; Forge does not provide an AI agent account but facilitates this integration.
This feature is experimental and opt-in. We may change or remove it at any time.
How to get started:
Install the latest Forge CLI (v12.5.0+): https://developer.atlassian.com/platform/forge/cli-reference/
Set up your preferred AI Agent:
Enable the feature with:forge assistant on rovo
orforge assistant on gemini
To turn off, run:forge assistant off
For more information, run forge assistant --help
.
We’re happy to present the second Early Access Program (EAP) build of Jira Software 11.1 and Jira Service Management 11.1. To find out what’s in scope of this EAP release, refer to Preparing for Jira 11.1.
You can download the current EAP from this page. If you’re using maven.atlassian.com, the version is 11.1.0-m0011.
This EAP release isn't for production or demonstration use.
We're releasing a set of space role APIs for Confluence instances that have opted into Role Based Access Control (RBAC). These APIs will allow you to create, update, and delete custom space roles. Custom space roles let you tailor access beyond Confluence's default space roles, making it easy to match internal workflows and ensure the right people have the right access.
Macro Autoconvert has be updated to allow custom URL schemes to be used as matchers for URLs. See the Macro Autoconvert docs https://developer.atlassian.com/platform/forge/manifest-reference/modules/macro/#macro-autoconvert
To use custom URL schemes in your matchers, you must first update the Forge CLI: npm install -g @forge/cli@latest
Bulk operation EAP has closed. The feature will be temporarily shutdown and evolved as we move the feature to GA.
We will not be accepting any new sign-ups to the EAP from Sep 3, 2025
The experimental SDK and corresponding API will no longer work
The GA version of the feature will have a different shape.
These changes have been rolled back. For more details, please see https://developer.atlassian.com/changelog/#CHANGE-2781.
We've launched Developer Spaces in the Developer console for Forge apps, providing a new way to organize your apps, team members, and billing in one place. All new Forge apps must now be created in a Developer Space, and existing non-marketplace apps must be linked to a space.
This release includes:
Admin role management: All members are space admins with full permissions to manage apps and team membership.
Developer Console integration: Manage spaces, apps, and team members, and use the space switcher to navigate between spaces.
App assignment and management: Assign existing non-marketplace apps to the appropriate developer space in the console. Marketplace apps are already linked to the developer space matching the marketplace partner account name.
CLI support: Updating the CLI to version 12.5.0
, you can create Developer Spaces and assign apps via the Forge CLI during forge create
or forge register
workflows. Run npm install -g @forge/cli@latest
on the command line to install the latest version of @forge/cli
.
App transfer (manual process): Transferring apps between spaces requires a support ticket for non-marketplace apps or following the Marketplace transfer process for Marketplace apps.
Important changes to Marketplace publishing
Publishing apps to the Marketplace will now work differently, and it’s important to review these updates:
The list of publishable Forge apps is now based on Developer Space membership.
All Forge apps must be linked to a Developer Space before they can be published to the Marketplace.
Only Developer Space members with the appropriate permissions can publish apps.
These changes align publishing and billing responsibilities with Developer Space governance and prepare for the upcoming usage-based pricing model.
If you publish apps to the Marketplace, review your current apps and confirm they are linked to the correct Developer Space.
Known limitations:
Only the Admin role is available for this release. Additional roles and permissions will be introduced in the future. For anyone interested in more roles, please see the Jira ticket for feedback : https://ecosystem.atlassian.net/browse/FRGE-1893
App transfer between Developer Spaces requires manual intervention.
Some advanced governance and reporting features are not yet available.
For more information, see the Developer Space documentation.
The forge install
command now features a new --major-version
flag, which allows you to install a specific version of your app to a context. For example:
forge install --major-version 4
To install the latest version of @forge/cli
and access these improvements, run the following command in your terminal:
1
npm install -g @forge/cli@latest
We’re releasing a TypeScript bundler for apps through Forge’s Early Access Program (EAP).
Unlike the existing Webpack bundler, the TypeScript bundler enables the use of newer TypeScript versions and dependencies that may require data files such as native binaries or WebAssembly.
To join the EAP, please use the registration form here.
To use TypeScript, set app.package.bundler
property in the app manifest to typescript
. Afterwards, you can update the version of TypeScript in the application, and rely on application dependencies
that require non-JS files to function.
See Packaging for more information.
Rate this page: