Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Oct 29, 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.

29 October 2025

Request for Comments (RFC) RFC-117: Forge LLMs

27 October 2025

Announcement Apps that use personal access tokens will no longer be eligible for RoA

To maintain trust in the Runs on Atlassian (RoA) program, apps that use Atlassian API tokens (personal access tokens) to interact with first-party apps are no longer eligible for the RoA badge. Such apps will lose their RoA eligibility on Nov 3, 2025.

Apps must rely solely on oauth scopes and leverage the built-in api.asUser or api.asApp functions to call first-party app APIs.

More details

On Apr 1, 2025, we stopped granting waivers for apps to use Atlassian API tokens. You must phase out API token use by Dec 31, 2025.

Added Dynamic configuration descriptions in Forge workflow rules

You can now provide dynamic descriptions for the configuration of Forge workflow conditions, validators and post functions. These descriptions will appear on the overview card for configured rules in the new workflow editor and help admins locate previously configured rules.

Use the configurationDescription property and provide a Jira expression, which can reference the config context variable to describe the current configuration of the rule.

Added Team-managed workflows now support Forge workflow rules

You can now enable your Forge workflow conditions, validators and post functions in team-managed workflows. Use the projectTypes property to configure whether your rule should be enabled for company-managed projects, team-managed projects, or both.

Fixed Fixed AppDataListResponse to match API response in Forge migration API

AppDataListResponse in the Forge migration API has been updated to match the actual response.

Previously, the definition didn't match the API response, which could cause cast errors or undefined object errors when accessing response fields. This fix ensures the response structure is consistent with the API documentation, so the API can be effectively used to migrate apps from Server or Data Center to Cloud.

If you were using the previous definition, you may see a compile error after updating. To resolve this, change any usage of response.result to response when calling this API.

Early Access UI Kit Editor components now available in EAP

The following UI Kit Editor components are now available through Forge’s Early Access Program (EAP). To join, please complete this sign-up form.

These components are available in Confluence and Jira modules.

Request for Comments (RFC) RFC-166: New link egress type for Forge apps

24 October 2025

Early Access Forge Dynamic trigger module EAP

Following two RFCs related to Dynamic Modules on Forge

https://community.developer.atlassian.com/t/rfc-95-forge-dynamic-modules/92696

https://community.developer.atlassian.com/t/rfc-98-follow-up-forge-dynamic-modules/93532

we are now announcing the start of the dynamic module EAP on the 17th November.

The scope of this EAP will be triggers. More Jira modules will subsequently be released for testing.

As per the Atlassian Developer Terms, EAPs are offered to selected developers for testing and feedback purposes. APIs and features under EAP are considered “Early Access Materials” (set forth in section 10 of the Atlassian Developer Terms) and are unsupported, subject to change without notice, and are not recommended for use in production environments.

To participate, please sign up for the EAP here.

More details

Note: EAP created dynamic modules will be deleted and not be carried over into Preview phase

22 October 2025

Announcement Forge MCP Server: Preview now available

The Forge Model Context Protocol (MCP) Server is now in preview. This new remote service enables Forge app developers to use coding agents with up-to-date Atlassian Forge and Cloud documentation, including markdown-based guides, module catalogs, and manifest references. The Forge MCP Server also offers a search feature for Forge reference documentation and implementation patterns. These features are designed to streamline Forge app development in AI-powered workflows. We invite you to try the Forge MCP Server (preview) and share your feedback to help us improve.

More details

20 October 2025

Added Type-safe interface for resolvers

When defining resolvers, the front-end code can share the types with the backend so the invocation interface is type-safe. This helps catch potential errors during compilation.

More details

See resolver and bridge documentation for implementing the type-safe invocations. To use the new type-safe functions, update to the latest versions of @forge/resolver and @forge/bridge. Type safety is not a security mechanism; sensitive data should be validated separately.

17 October 2025

Announcement [GA] Confluence Display Conditions are now generally available

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.

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

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

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).

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

Rate this page: