Last updated Sep 24, 2025

Changelog

This page includes release notes and updates for Jira Cloud app developers. Use this page to keep track of upcoming changes, deprecation notices, new features, and feature updates from Jira Software Cloud.

Go to our developer community to ask questions. You may also be interested in the What's New blog for Atlassian Cloud where details of major changes that affect all users of the Jira Cloud products are announced.

24 September 2025

Announcement [Preview] Get & Get All endpoints for App Property APIs for Forge

We're introducing new App Property API endpoints to retrieve Forge App Properties in Confluence & Jira, now available in Preview.

The APIs enable developers to

  • GET all Forge app properties, or

  • GET individual app properties by key

in both Jira and Confluence, enhancing the flexibility and functionality of Forge apps.

For further details on implementing this new feature, refer to the Jira App Property API Documentation & Confluence App Property API documentation.

23 September 2025

Announcement Temporary Pause on Automatic Connect to Forge Migrations

Following a recent incident (see details), we have temporarily paused automatic Connect to Forge migrations. Our team is actively working to enhance system robustness and prevent similar issues from occurring in the future.

Once these improvements are complete, we will re-enable and resume the migration process.

17 September 2025

Removed New Connect apps can no longer be submitted on the Atlassian Marketplace

Following our prior deprecation notice, you can no longer publish a new Jira or Confluence app using a JSON Connect descriptor to the Atlassian Marketplace.

From now on, all Atlassian Marketplace apps should be built using Atlassian’s Forge platform.

16 September 2025

Announcement Forge platform to undergo maintenance

Forge platform will be undergoing maintenance:

  • in FedRAMP production on September 21, 2025 between 5-6am UTC

  • in commercial production on September 28, 2025 between 5-6am UTC

During this interval, below capabilities will not be available intermittently:

  • Create/update/delete apps

  • Deploy apps

  • Install/uninstall/upgrade apps

App invocations will continue to work for existing users of the apps. However, new customers might not be able to use apps as consent process will be impacted during this interval as well.

15 September 2025

Added Embedded external content support for Forge apps

The allow-popups attribute of the sandbox directive (content security policy) is now supported in Forge Custom UI and UI Kit apps when using * as your client egress configuration. This enables external content (such as those from 3rd party integrations) to open properly in new tabs instead of being blocked by browser security restrictions.

With this enhancement, external content will open in a new browser tab while keeping your Forge app running.

For more information, see the valid domain formats documentation.

20 August 2025

Added Show for all work items/Hide from all work items in Issue Panel action items

The Forge https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-issue-panel/ module now supports options to show or hide a panel in all work items throughout a project.

These options dynamically appear in the panel’s action menu, depending on whether the panel is hidden or displayed in all work items. The action menu will show the Show for all work items option if the panel is hidden on all or some work items. Selecting this option will replace it with the Hide from all work items option. Both options will show/hide the panel on all work items throughout the project.

24 July 2025

Added Added renaming for Transitions that

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.

22 July 2025

Announcement Announcing support for Forge Jira Software provider modules

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

21 July 2025

Removed Board API /xboard/work/allData removal

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:

Announcement Generally Available (GA) UI Kit components

2 July 2025

Announcement Updates to Icon component in Forge UI Kit

As part of the Atlassian visual refresh updates, we updated the UI Kit Icon component. Some glyphs get a new look, and many more glyphs have been added. There are also a number of deprecations, as detailed below.

More details
  • The size prop will only support the values "small" and "medium". The value "large" is now deprecated and will be removed.

  • The prop primaryColor has been renamed to color.

  • The prop secondaryColor is now deprecated and will be removed.

  • Some glyphs haven been replaced and others will be removed. Visit the Icon migration guide for information on finding a replacement.

  • The new default size for icons will change from 24x24 pixels to 16x16 pixels.

All deprecations and breaking changes will take place on Jan 1, 2026. Until then, the new Icon component will be fully backwards-compatible. Any deprecation will trigger a console warning prefixed with [@forge/react: Icon] on non-production environments.

30 June 2025

Announcement Forge Remote now available in Atlassian Government Cloud

Forge Remotes are now available in the Atlassian Government Cloud. Please refer to the AGC documentation for details on supporting Forge Remotes within your AGC Forge app.

24 June 2025

Added Introduction of App events (preview)

We’re introducing the ability for apps to publish events, allowing for enhanced interoperability between apps. This feature enables apps to subscribe to events using the existing https://developer.atlassian.com/platform/forge/manifest-reference/modules/trigger/ module, opening up new possibilities for app interactions.

More details

Developers can start using app events by implementing the https://developer.atlassian.com/platform/forge/manifest-reference/modules/event/ module in their apps. For detailed guidance and examples, refer to https://developer.atlassian.com/platform/forge/events-reference/app-events/.

To publish events using the runtime API, you need at least version 2.0.0 of the @forge/events dependency. Add this to your package.json:

1 2 3 4 5 { "dependencies": { "@forge/events": "^2.0.0" } }

23 June 2025

Added Enhanced Bulk Move API: Move parent and child work items in one request

We have enhanced Bulk Move API to allow users to move both parent and child work items/issues in a single request, as well as move multiple work items/issues of different types in the same request.

17 June 2025

Added Migration guide for inline edit Forge custom fields

We have published a new migration guide to assist you in transitioning your Forge custom fields to use the isInline property.

The guide includes two practical examples:

  • Migrating a Forge custom field to render inline

  • Migrating a Forge custom field to render in a modal

For more details, please refer to https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/#inline-edit-migration-guide

Rate this page: