[go: up one dir, main page]

Last updated Oct 17, 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.

17 October 2025

Announcement [GA] Confluence Display Conditions are now generally available

Adopting Forge from Connect
Forge - Confluence Cloud (excludes Confluence REST APIs)

The following Confluence display conditions are now generally available:

  • entityPropertyContainsAnyUserGroup

  • hasPagePermission

  • hasSpacePermission

  • userIsExternalCollaborator

  • Confluence Entity Property conditions now also support app and user properties

Learn more about these conditions here.

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

Jira Data Center
Jira Service Management Data Center

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

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

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

Added Reviewers field added to Bitbucket pull request reviewer status updated event

Forge - Bitbucket (excludes Bitbucket REST APIs)
Forge - Core Platform (excludes product REST APIs)
REST API - Bitbucket Cloud

We've enhanced the Forge Bitbucket event for pull request reviewer status updated. The event payload now includes a new reviewers field, which provides the latest status of each reviewer on the pull request.

This addition makes it easier to track reviewer decisions and automate workflows based on reviewer status.

For more information and example payloads, see the Bitbucket Forge events.

16 October 2025

Added New contentPropertyKey and methods to refresh byline properties

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

Starting in Forge CLI version 12.6.1, you can now control the title, icon, and tooltip properties of the confluence:contentBylineItem module dynamically using content properties.
Specify a contentPropertyKey in your manifest.yml to enable Confluence to retrieve these properties from the corresponding content property value when your app initially renders.

You can now programmatically refresh the byline module properties using either:

  • The https://developer.atlassian.com/platform/forge/ui-kit/hooks/use-content-propertyuseContentProperty hook (available in @forge/react version 11.4.0 and above), or

  • The https://developer.atlassian.com/platform/forge/apis-reference/confluence-api-bridge/updateBylinePropertiesupdateBylineProperties method (available in @forge/confluence-bridge version 3.1.0 and above).

15 October 2025

Announcement App Data Only Migrations Released

App Migration Platform

Starting with JCMA 1.12.46 App Data Only migrations will be available. See exp-app-data-only-migration for more details.

14 October 2025

Early Access Confluence 10.2 LTS beta release is available now

Confluence Data Center

A Confluence 10.2 beta version is available now for testing. To find out what’s changed, check out Confluence 10.2 beta release notes. This time, there are no Early Access Programs (EAPs) releases. Instead, only beta releases are available. This is because Confluence 10.2 is a Long Term Support (LTS) release.

Got feedback or want to discuss this beta? 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.

Download the latest beta

Request for Comments (RFC) RFC 115: Redesign of Developer Space for Forge Billing – Roles, Permissions, and Design Flows

Forge - Core Platform (excludes product REST APIs)

13 October 2025

Announcement Forge Automation Actions is now in Preview

Forge - Bitbucket (excludes Bitbucket REST APIs)
Forge - Compass
Forge - Core Platform (excludes product REST APIs)
Forge - Jira Cloud Platform (excludes Jira REST APIs)
Forge - JSM Cloud (excludes JSM REST APIs)
Forge - Jira Software Cloud (excludes JSW REST APIs)
Forge - Confluence Cloud (excludes Confluence REST APIs)

Forge Automation Actions is now available in Preview. This feature allows you to extend the Automation Platform and add new Forge-based actions to your app. During Preview, the Automation Actions in your app can be used in production environments.

For more information, see the Forge Automation Action documentation and share your feedback to help us improve

Added OpenSearch for Confluence Data Center

Confluence Data Center

We’re sharing a guide that explains the benefits of using OpenSearch as an alternative to the default Lucene search platform in Confluence Data Center.

It covers:

  • Key differences between OpenSearch and Lucene

  • Benchmark results that show OpenSearch delivers faster search and better scalability

  • Guidance on when and why to switch, with further configuration steps

Explore the full documentation for more details and performance test results

10 October 2025

Announcement Runs on Atlassian Apps Can Now Take Home 100% of Marketplace Revenue

Marketplace Platform

Effective 13 October, Marketplace Partners with qualifying Runs on Atlassian apps can now take home 100% of Marketplace revenue—up to $1 million in lifetime Forge earnings.

What’s new?

  • Early access: The revenue share incentive, previously announced for 2026, is now live for Runs on Atlassian apps. Partners keep 100% of revenue until reaching $1M in lifetime Forge revenue.

  • Automatic application: If your Runs on Atlassian apps are listed and your total Forge revenue is under $1M, no action is needed. The incentive will be reflected in your next payout.

  • New launches qualify: Apps launched after October 13, 2025, are also eligible for this incentive.

New API Field: Lifetime GMV

  • To help partners track total earnings, a new LIFETIME_GMV field in the metricFields Array will be made available in the Marketplace reporting API on October 13, 2025.

  • This field reports the lifetime Gross Merchandise Value (GMV) for non-Harmonized Forge app versions.

Next Steps

  • Partners are requested to review the updated API documentation and familiarize with the new LIFETIME_GMV field starting Monday, October 13.

  • For additional details and context, visit the Atlassian blog announcement.

Added New Confluence Forge events for groups

Forge - Confluence Cloud (excludes Confluence REST APIs)

We've added new Confluence Forge events for user groups:

  • avi:confluence:created:group – Triggered when a new user group is created in Confluence

  • avi:confluence:deleted:group – Triggered when a user group is deleted from Confluence

These events let your Forge app automatically respond to group management changes, such as:

  • Sending notifications when new groups are created

  • Cleaning up group-related data when groups are deleted

The event payload includes group details like id and name.

For more details on the payload structure and required OAuth scopes, see the Confluence events reference documentation.

9 October 2025

Removed Approval configuration will no longer appear in workflow status properties

REST API - Jira Cloud Platform

As of Oct 9, 2025, we’ll be moving the location of the configuration for JSM approvals in company-managed projects from status properties to a new approvalConfiguration property on the status. The following endpoints will be affected:

 

Refer to CHANGE-1656 for more details.

8 October 2025

Request for Comments (RFC) RFC-114: Forge extensibility for Teams app

Forge - Core Platform (excludes product REST APIs)

7 October 2025

Announcement Forge Containers Early Access Program - waitlist now open

Forge - Core Platform (excludes product REST APIs)

The waitlist is now open for the Forge Containers Early Access Program, launching in February 2026.

Forge Containers will allow you to run containerised workloads as part of your Forge app, giving you more flexibility over your runtime environment. You’ll be able to run custom binaries, use non-Node.js languages and execute long-running batch operations.

To participate, join the waitlist to express your interest and help us plan cluster capacity for the program:

https://go.atlassian.com/forge-containers-eap-waitlist

Announcement Confluence 10.1 release is available now

Confluence Data Center

What’s new in Confluence 10.1?

  • Find and sort most used macros in your site

  • Manage your integrations and automations with service accounts

  • Connect securely with OAuth 2.0 for app links

  • Upgrade to React 18.3 and latest Atlaskit

  • Editor upgrade to TinyMCE 7.9.1

  • Lots more!

To learn more, see Confluence 10.1 release notes.

Download the latest version

Rate this page: