Last updated Nov 14, 2025

Atlassian developer changelog

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.

14 November 2025

Announcement Visual refresh colors and components are now in GA

Connect - Core Platform (excludes product REST APIs)
Forge - Core Platform (excludes product REST APIs)
Library - Atlaskit

As part of our new design language, the refreshed colors and components in the Atlassian Design System (that first launched in products at Team '25) are now officially in GA. Also included is a further tweak to accent token colors in hover/pressed states to improve accessibility.

What you need to do if you are using Forge Custom UI or Atlassian Connect:
Bump @atlaskit/tokens + relevant component packages to the latest version to align your app's look and feel with Atlassian apps.
What you need to do if you are using Forge UI Kit or Forge UI Kit 2:
Nothing! You should have the newest components by default.

More details

Change list:

  • Visual changes to Atlassian components and tokens:



  • New base color tokens: We've introduced new color stops across our base color ramps, namely 250 and 850, to support better hover/pressed state contrast and improve WCAG AA accessibility.

Announcement Preparing for Jira Software 11.3 and Jira Service Management 11.3 EAP 01

Jira Data Center
Jira Service Management Data Center

We’re happy to present the first Early Access Program (EAP) build of Jira Software 11.3 and Jira Service Management 11.3. To find out what’s in scope of this EAP release, refer to Preparing for Jira 11.3.

You can download the current EAP from this page. If you’re using maven.atlassian.com, the version is 11.3.0-m0002.

This EAP release isn't for production or demonstration use.

Added New optional timestamp metadata fields for Key-Value Store and Custom Entity Store

Forge - Core Platform (excludes product REST APIs)
Forge - Jira Cloud Platform (excludes Jira REST APIs)
Forge - Confluence Cloud (excludes Confluence REST APIs)

The GET methods of the Key-Value Store and Custom Entity Store SDKs can now return optional metadata fields, namely:

  • createdAt

  • updatedAt

12 November 2025

Announcement SQL Data stored usage model and pricing update

Forge - Core Platform (excludes product REST APIs)

In the previous pricing announcement, the SQL Data stored metric used an average model with billing unit in GB. We are shifting to a sum/counter model. To prevent financial implications from this change, we are adjusting the billing unit, monthly quota, and pricing.

Starting today, the developer console and cost estimator will reflect this change. SQL data stored usage in the developer console will now be displayed in GB-hours.

Aspect

Earlier announced model

New model

Billing Unit

GB

GB-hour

Monthly Quota

1 GB per month

730 GB-hours per month

Pricing

$0.561 per GB

$0.00076850 per GB-hour

Usage Tracking

Hourly snapshot data averaged over the month

Sum of hourly reported usage

With immediate effect, the Developer Console will display near real-time usage data for all chargeable capabilities. In rare cases, a delay of a few hours may occur before the latest usage appears.

More details

You don’t need to take any action. This change does not affect your free usage threshold or increase your costs.

For more information, see the Forge platform pricing.

Early Access Forge Object Store UI components now available in EAP

Forge - Core Platform (excludes product REST APIs)

The following Object Store UI components are now available for through Forge’s Early Access Program (EAP):

  • UI Kit components:

    • File picker: allows the user to select files stored locally.

    • File card: displays information about a file (including name, type, and size); this can be used to managed selected files and displaying upload progress.

  • Frontend components for integrating with the Forge Object Store via backend resolver:

To start testing these capabilities, please go here.

More details

These UI components were built to simplify seamless integration with the Forge Object Store, which is also available through EAP. To start testing this backend, you’ll also need to sign up for its EAP.

11 November 2025

Announcement Batch operations for KVS and Custom Entities is now GA

Forge - Core Platform (excludes product REST APIs)

The Batch operations capability is now generally available, allowing you to execute multiple KVS and Custom Entities requests simultaneously. These batched requests are executed in parallel, and each requests will be completed on a “best effort” basis (unlike Transactions, where all requests are completed in an “all or nothing” basis).

This capability was originally launched in EAP as Bulk Set; on Sep 3, 2025 we closed this EAP in preparation for general availability.

Batch operations is included in version 1.2.0 of the @forge/kvs package.

Announcement Bitbucket 8.19.25, 9.4.13, and 10.0.2 releases available now

Bitbucket Data Center

Bitbucket Data Center 8.19.25, 9.4.13, and 10.0.2 bug fix releases are available now!

To see the issues resolved in these bug fix releases, go to:

Get the latest LTS bug fix release

Request for Comments (RFC) RFC-118: Cloud-to-cloud identifier mapping

App Migration Platform

10 November 2025

Announcement Forge Realtime is now in Preview

Forge - Core Platform (excludes product REST APIs)

Following its EAP release, Forge Realtime is now available in preview for Jira and Confluence.

Realtime allows Forge apps to subscribe and publish events to users in different browsing contexts, including the ability to publish events from Forge resolvers to the client. During Preview, Realtime can be used in production environments for your app.

Since the EAP release, we’ve implemented the following changes:

  • To use global channels, you must now include the Realtime read:app-global-channel:realtime scope in your manifest. Users will then need to upgrade their installation of your app.

  • The contextOverrides option now accepts Confluence context properties.

  • Event payloads can now be JSON-serializable objects without needing to be stringified first. String payloads are still supported.

Run the following commands on the command line in your app directory to install the latest version of these packages and receive these changes:

  • npm install @forge/bridge@latest

  • npm install @forge/realtime@latest

For more information, see the Realtime documentation.

Announcement Cloud Licenses, Issue Fixed: Correction of Churned License Records

Marketplace Platform

Date: 2025-11-10

We recently identified an issue affecting approximately 30,000 Cloud license records on the Free starter tier. Following the migration from the old billing system to the new billing system, these licenses (entitlements), distributed across multiple marketplace partners, were incorrectly marked as churned.

We have now corrected these records in the licenses API, ensuring that their status accurately reflects the following:

  • licenseType: Free

In addition, the corresponding churn data, shared via cloud churn API has been updated to reflect these changes.

This fix is part of ongoing improvements to support the migration of Cloud licenses to the new Billing system. The update ensures that license status data is accurate.
Action for Partners:
Partners can retrieve the updated data using the lastUpdated field in the Licenses API.

Announcement General Availability of Marketplace V3 App listing and App version listing APIs

Marketplace Platform

Following its review release , we are excited to announce that the Marketplace V3 App listing and App version listing APIs are now generally available. This means these APIs are now fully operational and can be used in production environments.

For more information, see V3 App listing APIs and V3 App version listing APIs

Added Forge Object Store DC to Cloud migration EAP

App Migration Platform

Starting from CCMA 3.13.1 and JCMA 1.12.47 and `atlassian-app-cloud-migration-listener` version 1.8.7, you can use the Object Store data plane to migrate data into Forge Object Store from Server/DC.

See Forge Object Store migration documentation

Added Confluence full page module elevated to Preview

Forge - Core Platform (excludes product REST APIs)

The Confluence full page module is now available in Preview. After a successful Early Access Program (EAP), we’re making the module more broadly available for developers to build fully customised app experiences within Confluence.

The EAP URL is now deprecated and will no longer work. Please update your bookmarks and use the new Preview URL format.

More details:

  • Old EAP URL (deprecated):
    <https://<tenant-name>/wiki/full-page/<app-id>/<environment-id>>

  • New Preview URL (Forge Apps UI Service):
    <https://<tenant-name>/forge-apps/a/<app-id>/e/<environment-id>/r/<route-prefix>/<app-route>>

For more information, see the Confluence full page (Preview)

6 November 2025

Deprecation Notice Deprecation notice for Marketplace V2 Applications APIs

Marketplace Platform

We’re announcing the deprecation of the V2 Applications APIs on Atlassian Marketplace.

What’s changing

What you need to do
Partners and developers should migrate to the V3 Parent software APIs to ensure continued functionality and support.

Announcement Jira Software and Jira Service Management 11.2 are now available

Jira Data Center
Jira Service Management Data Center

We’re happy to present the release of Jira Software and Jira Service Management 11.2. To find out more about breaking changes, new features, and introduced fixes, check out the Jira Software 11.2 release notes and Jira Service Management 11.2 release notes.

Download Jira Software 11.2 and Jira Service Management 11.2.

Rate this page: