Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Oct 14, 2025

Changelog

This changelog is the source of truth for all changes to the Forge platform that affect people developing Forge apps.

See what's next for Forge on our platform roadmap.

14 October 2025

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

13 October 2025

Announcement Forge Automation Actions is now in Preview

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

10 October 2025

Added New Confluence Forge events for groups

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.

8 October 2025

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

7 October 2025

Announcement Forge Containers Early Access Program - waitlist now open

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

6 October 2025

Added New Confluence Forge events for users

We’ve added new Confluence Forge events for users:

  • avi:confluence:created:user

  • avi:confluence:deleted:user

You can use these events to invoke your Forge app function when a user is added to or deleted from Confluence. For more details see the Confluence events reference documentation.

2 October 2025

Added [PREVIEW] New Confluence display conditions for Forge

We have introduced new Confluence display conditions for Forge in Preview:

  • entityPropertyContainsAnyUserGroup

  • hasPagePermission

  • hasSpacePermission

  • userIsExternalCollaborator

Additionally, entity property conditions in Confluence now support app and user properties.

Learn more about these conditions here.

30 September 2025

Announcement Forge platform to undergo maintenance (commercial production)

Forge platform will be undergoing maintenance in commercial production on October 12, 2025 for approximately 1 minute between 3-4am 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.

Added New macro viewport height function for @forge/confluence-bridge

You can now set the rendered viewport height of a macro with setMacroViewportHeight, which is an asynchronous function that can be used in edit mode. The function takes a string height parameter and returns true if the update to the ADF succeeded, and false if it failed. This function works only in edit modes (for example a live doc, or edit mode of a Confluence page).

Early Access Forge Object Storage can now create pre-signed URLs

The Forge Object Storage package now features two new methods for managing pre-signed URLs for an object:

  • createUploadUrl: creates a pre-signed upload URL for an object using its properties as parameters.

  • createDownloadUrl: creates a pre-signed download URL for an object using its objectId.

See Storing, downloading, and deleting large objects for more information.

29 September 2025

Deprecation Notice No New Updates to Connect Apps on Atlassian Marketplace

Starting Mar 31, 2026, the ability to update existing Jira or Confluence apps using a Connect descriptor on the Atlassian Marketplace will be deprecated. This change aligns with our strategic shift to the Forge platform.

Additionally, this means the following:

  1. Atlassian Marketplace will no longer poll for Connect descriptor updates. However, apps using Connect modules that have adopted the Forge manifest can still receive updates.

  2. Installing new Connect private apps via Connected Apps will no longer be available and private app development should move to Forge.

What this means for partners:

  1. Partners should plan to update Connect apps on the Atlassian Marketplace by Mar 30, 2026 at the latest.

  2. All new app development should be conducted on Forge.

26 September 2025

Added Added support for configuring Jira workflow function validators

You can now add and edit configuration for function validators in the new workflow editor. This update lets you save configuration data and pass it to the lambda function under the configuration parameter during invocation. This makes it easier to customize and manage workflow validation logic.

For more information, see Jira Workflow Validator.

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.

19 September 2025

Announcement Unifying cursor behavior in Storage Remote GraphQL API

We're updating the cursor behavior in the Storage Remote GraphQL API for both Key-Value Store (KVS) and Custom Entity stores. Currently, KVS returns individual cursors for every edge, while Custom Entity edge cursors always point to the last element of the current page. To reduce confusion and align with the new REST API, both stores will now return a single cursor at the end of each page.

This change will take effect after March 20, 2026.

More details

More details:

  • After this change, the response will still include a cursor for every edge, but each cursor will point to the end of the page for both KVS and Custom Entity stores.

  • If your integration relies on the previous cursor behavior, update your code to handle the new logic before March 20, 2026.

  • All future updates to KVS and Custom Entity Store will only be available through the REST API. If you're planning to integrate Forge-hosted storage into a remote service, use the REST API.

For more information, see:

Announcement Clarified documentation for rate limits on Forge network requests and web triggers

We've updated our documentation to clarify the existing rate limits for network requests and web trigger operations in Forge. These limits have been in place to protect the reliability and stability of our platform, but are now described in more detail to help developers understand how they apply.

More details

Rate this page: