Last updated Nov 28, 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.

28 November 2025

Deprecation Notice Deprecation notice for Marketplace V2 Reporting APIs

Marketplace Platform

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

What’s changing

  • The Reporting APIs are now deprecated.

  • A six-month deprecation window begins immediately, and these APIs will be removed after May 31, 2026.

  • Refer to the updated documentation for V3 Reporting APIs to plan your transition.

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

Added `requestRemote` bridge API is now available for integrating remotes directly from the UI client

Forge - Core Platform (excludes product REST APIs)

The requestRemote bridge API allows Forge apps to integrate directly with remote backends from the UI Kit and Custom UI applications via the Forge bridge.

This API is similar to invokeRemote, where requests include a Forge Invocation Token (FIT) as a bearer token in the authorization header; however, the request is not an official invocation that passes through the Forge platform. Therefore, requestRemote will not include OAuth tokens, even if configured for the remote, and will not be reflected in invocation metrics in the Developer Console.

For more details, see requestRemote.

Early Access Rolling releases is now open for EAP

Forge - Core Platform (excludes product REST APIs)

The new Rolling releases feature is now available through Forge’s Early Access Program. To join the EAP, please complete this sign-up form.

Rolling releases let you decouple app permissions from app code, allowing code updates to be deployed independently of permission changes. This means your app can be upgraded to a new code version even if admins haven't approved new permissions yet, addressing the version fragmentation problem .

With rolling releases, developers can ship code improvements and bug fixes more frequently without being blocked by permission approval processes, while customers benefit from staying on current, secure versions. Admins maintain control by approving permission changes separately from code updates.

For more information on this feature, refer to the RFC-106: Future of Forge versioning - Permissions post.

More details

EAP scope:

  • Available for Forge apps on Jira and Confluence only

  • Code-only upgrades via forge install --upgrade code

  • New Permissions SDK for runtime permission checks (@forge/react and @forge/api)

Current limitations:

  • Auto-upgrades not yet supported

  • Some upgrade paths unavailable (e.g., upgrading from free to paid)

26 November 2025

Added Jira full page module in Preview

Forge - Core Platform (excludes product REST APIs)

The Jira full page module enables developers to build fully custom, chromeless app experiences within Jira Cloud, hosted directly on Forge.

This preview is accessible via the following URL: https://<tenant-name>/forge-apps/a/<app-id>/e/<environment-id>/r/<route-prefix>/<app-route>

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

25 November 2025

Deprecation Notice New commands for managing web-triggers via the Forge CLI

Forge - Core Platform (excludes product REST APIs)

We are deprecating the forge webtrigger command as a leaf command in favour of 3 new sub-commands for managing webtriggers.

  • forge webtrigger create for creating a webtrigger URL

  • forge webtrigger list for listing existing webtrigger URLs

  • forge webtrigger delete for deleting a webtrigger URL

 

The forge webtrigger and forge webtrigger create command will function exactly the same until such time as the forge webtrigger command is no longer supported in May 2026, in line with our deprecation policy.

Added Support for modals in Forge Content Byline Item module

Forge - Confluence Cloud (excludes Confluence REST APIs)

You can now configure the Forge Content Byline Item module to open in a modal instead of a pop-up. The modal supports both standard and full-screen sizes, giving you more flexibility in how your content is displayed. This can be done by using viewportContainer: modal in your manifest.

More details

For more information, see our documentation.

24 November 2025

Announcement New Billing System Capability: Multi-Year Billed Annual (MYBA)

Marketplace Platform

What’s new:

  • Multi Year Billed Annual allows customers to commit to multi-year Marketplace App subscriptions with annual billing, instead of paying the full term upfront. This aligns with Atlassian’s parent product billing and meets enterprise customer demand for flexibility and predictability.

Key points detailing the MYBA transactions is covered in the attached QRG

Action required:
No action needed from partners at this time. Reporting enhancements are planned for Q1 CY 2026.

Link to the Quick Reference Guide is provided here: https://atlassianpartners.atlassian.net/wiki/spaces/resources/pages/1109983239/Marketplace+Partners+Multi-Year+Billed+Annual+MYBA+Quick+Reference+Guide

Added New Bitbucket Forge module in project settings menu page

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

bitbucket:projectSettingsMenuPage module is now available. You can use this module to build a custom project settings page. See the project settings menu page for details.

Added New Bitbucket Forge module in repository code page

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

bitbucket:repoCodeFileViewer module is now available. You can use this module to build a custom file viewer. See the file viewer page for details.

Added bitbucket:workspaceGlobalPage Forge module for Bitbucket workspace global pages

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

We've introduced the bitbucket:workspaceGlobalPage module for Forge apps. Your app will now appear as a menu item in the Apps section of the Bitbucket workspace navigation, displaying your custom page content when users select it.

To use this module, update your app’s manifest to include bitbucket:workspaceGlobalPage.
For implementation details and examples, see the bitbucket:workspaceGlobalPage module reference.

Added Introducing new Directory, Users and Group APIs

REST API - Cloud Admin

We are introducing new Directory, User, and Group APIs. These APIs are designed to work seamlessly with both centralized user management experience and the original user management experience, providing enhanced flexibility and control for managing users and groups within your organization.

Directory APIs

Users APIs

Groups APIs

Added OpenSearch for Jira Data Center

Jira Data Center

We’re sharing a guide that explains the benefits of using OpenSearch as an alternative to the default Lucene search platform in Jira Data Center. By using OpenSearch instead of Lucene, you’ll be able to speed up you Jira, reduce the number of required Jira nodes and use cheaper hardware.

The guide 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.

Read more about OpenSearch in Jira

More details

OpenSearch in Jira

OpenSearch in Jira isn’t just about searching — it supports everything you do, from loading boards and viewing backlogs to generating reports and working with issues. Because so many core actions rely on search, OpenSearch’s speed, consistency, and reliability have a direct impact on your team’s productivity and experience. Discover our hardware recommendations for OpenSearch

Fixed Re-enablement of automatic Connect to Forge migrations

Adopting Forge from Connect
Forge - Core Platform (excludes product REST APIs)

We are re-enabling automatic Connect to Forge migrations, following the temporary pause which started on Sep 23, 2025

Apps which were impacted by or published to the marketplace following this pause will now see Connect installations progressively move to Forge as long as they meet the minor update criteria. The pace of the migration will be dynamically adjusted to ensure high throughput and reliability of the pipeline as we clear these pending updates.

More details

Early Access Forge rovo.open method is now open for EAP

Forge - Core Platform (excludes product REST APIs)

The new Forge rovo.open method is now available through Forge’s Early Access Program. To join the EAP, please complete this sign-up form.

The rovo.open method allows you to open the Rovo chat sidebar and create a new conversation with either a default or specified Rovo agent.

For more information, see the Rovo documentation.

21 November 2025

Early Access Forge LLM available for early access

Forge - Core Platform (excludes product REST APIs)

Forge LLM is now available through Forge’s Early Access Program. This feature allows Forge apps to integrate with an Atlassian-hosted large language model (LLM) capability, meaning that apps that use the feature will still be eligible for the Runs on Atlassian program.

At launch, only the Claude model family is supported. Support for additional model families will be added soon.

More details
  • To join the Early Access Program, complete the sign-up form.

  • For more information, see the Forge LLM documentation.

  • Participation in the EAP may be subject to limitations or eligibility requirements.

Rate this page: