Last updated Aug 1, 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.

1 August 2025

Added Smart Links module added to Forge

Forge - Core Platform (excludes product REST APIs)

The Teamwork Graph Smart Links module is now available in Forge, allowing developers to create custom Smart Links that enhance URLs with additional metadata, thumbnails, and status indicators.

This feature enables rich link previews and improves user experience by providing contextual information and actions for linked content from supported platforms.

For more information, see Smart Link module documentation and Teamwork Graph supported object type documentation.

The Smart Links module is currently only available for apps installed into Jira.

31 July 2025

Announcement Preparing for Jira Software 11.0 and Jira Service Management 11.0 EAP 06

Jira Data Center
Jira Service Management Data Center

EAP 06 is the final EAP for Jira 11.

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

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

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

30 July 2025

Announcement Extending the "Convert content body" v1 REST API deprecation period

REST API - Confluence Cloud

We are extending the deprecation period of the Convert content body v1 REST API in Confluence Cloud to Feb 1, 2026.

As mentioned in the original deprecation announcement, developers will be able to use the Asynchronously convert content body endpoint as an alternative. We will make sure that known load and timeout complexities with the asynchronous endpoint are resolved by the time the Convert content body v1 REST API is deprecated.

Added Board context is now available in the Jira project page extension data

Forge - Jira Cloud Platform (excludes Jira REST APIs)

We've updated the Forge module jira:projectPage to include board.id and board.type in its extension data. This change allows developers to access board-specific information directly within the project page, enabling more tailored and context-aware apps.

28 July 2025

Announcement Jira number field formatting for company-manged projects through AGG

GraphQL - Jira

We are augmenting the existing company-managed Number custom field in Jira Cloud to support unit configuration. This will include currency and percentage unit types, as well as formatting.
Apps will be able to do the following through the Atlassian GraphQL Gateway (AGG):

  • Retrieve and display values with correct formatting (currency, percentage, or number) by querying formatUnit, formatStyle, and formatDecimals on JiraNumberFields

  • Set and update the number field formatting via setting formatConfig when creating or updating custom fields

Please note that:

  • The underlying Number value storage will remain unchanged, meaning that this is a purely additive change and no action is needed.

  • JQL search will behave exactly like the number field works today. It will be unaware of the currency unit through all the access points.

  • This functionality has already been released in team-managed projects. See the announcement here

Rollout: will be progressively rolled out by tenant starting late August 2025

24 July 2025

Added Added renaming for Transitions that

REST API - Jira Software Cloud

You can now name transitions that allow issues to move into a status from anywhere in the workflow.

  1. Create Transition Modal:

    • Enable users to name ‘from any status’ transitions during creation.

  2. Transition Side Panel:

    • Allow users to update ‘from any status’ transition names.

  3. Status Side Panel:

    • Display the transition name.

  4. Edit Status Modal:

    • Provide an option for users to retain the existing transition name or update it to match the new status name.

    • Add a transition preview card for this type of transition.

Request for Comments (RFC)  RFC-101: Forge billing - Developer space roles and permissions

Forge - Core Platform (excludes product REST APIs)

23 July 2025

Announcement Custom Entity Store scheduled maintenance

Forge - Core Platform (excludes product REST APIs)

On Jul 27, 2025 from 10:00-13:20 UTC, we will be migrating our Custom Entity Store metadata to a new data source. During this time, the following commands will fail for any apps that have storage:entities declared in their manifest:

  • forge deploy

  • forge storage entities indexes list

KVS and Custom Entity Store operations will continue to work as normal.

Added New API to get the Default Workflow Editor for a user

REST API - Jira Cloud Platform

Currently, global admins have access to both the new and old workflow editors for CMP workflows. When a workflow is edited in Jira it opens in the admin’s default workflow editor. This may be the new or old editor based on user preference or system logic.

The default workflow editor API can be used to determine the default workflow editor for the authenticated user.

22 July 2025

Announcement Announcing support for Forge Jira Software provider modules

Forge - Jira Cloud Platform (excludes Jira REST APIs)
Forge - JSM Cloud (excludes JSM REST APIs)
Forge - Jira Software Cloud (excludes JSW REST APIs)

We are announcing support for the following Forge Jira Software provider modules. More information can be found in our documentation: https://developer.atlassian.com/platform/forge/manifest-reference/modules/index-jsw/

  • devops:developmentInfoProvider

  • devops:featureFlagInfoProvider

  • devops:deploymentInfoProvider

  • devops:buildInfoProvider

  • devops:remoteLinkInfoProvider

Announcement Trello Glitch Example Projects have been copied to public Bitbucket Repository

Power-Ups - Trello (excludes Trello REST APIs)
REST API - Trello

For years, we’ve used Glitch to showcase our Trello developer example apps and Power-Ups. Unfortunately, Glitch has announced they are shutting down their app hosting service.

Because these example projects serve as invaluable documentation for our developer community, we’ve copied them over a public Bitbucket repository so they can continue to be referenced.

Check it out here! https://bitbucket.org/atlassianlabs/trello-glitch-example-projects/src/main/ . Be sure to read the README of that repository.

We’ve also updated our developer documentation to link to the public repository instead of Glitch.

Fixed Updated Deprecated Dependencies in Forge CLI

Forge - Core Platform (excludes product REST APIs)

Forge CLI version 12.2.0 is now available. We have updated the deprecated dependencies so that when you install this version of the CLI, you won’t see any deprecation warnings.

For more information on installing and upgrading the Forge CLI, visit our reference page.

21 July 2025

Removed Board API /xboard/work/allData removal

REST API - Jira Software Cloud

We will be removing the ability to use two unlisted board endpoints on Jul 22, 2025:

  • /rest/greenhopper/1.0/xboard/work/allData

  • /rest/greenhopper/1.0/xboard/work

As an alternative, consider the following public API options:

Deprecation Notice Pull request comment and task IDs will be expanded to 64-bit integers

REST API - Bitbucket Cloud

Effective 18 Aug 2025, the following fields in the Bitbucket Cloud REST API will be updated to support larger values:

  • Pull request comment ID: Will change from int32 to int64

  • Pull request task ID: Will change from int32 to int64

This change may affect API clients and webhook consumers that explicitly handle these fields as 32-bit integers. Please update your integrations to handle 64-bit integer values for these fields.

Announcement Generally Available (GA) UI Kit components

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)

Rate this page: