Last updated Sep 15, 2025

Forge Realtime (EAP)

Forge Realtime is now available as an Early Access Program (EAP). To start testing this feature, sign up using this form. This feature is currently only available in Jira, with support for other products to be added in future.

APIs and features under EAP are unsupported and subject to change without notice. APIs and features under EAP are not recommended for use in production environments.

For more details, see Forge EAP, Preview, and GA.

Forge Realtime allows you to send events between different instances of your Forge app. This includes instances across different browsing contexts.

For example, you can broadcast realtime events to the multiple tabs that a user has opened. Or you can broadcast realtime events across multiple users that have your app open.

Forge Realtime capabilities include:

  • Sending and receiving events between instances of your Forge frontend (Custom UI and UI Kit)

  • Publishing events from your Forge backend to your Forge frontend, using the @forge/realtime package

  • A secure-by-default yet flexible channel permissions context

    • Realtime channel contexts meet the same authentication and confidentiality standards as Atlassian app contexts. The Forge Realtime API also allows for fine-grained control over channel context - for example, restricting channels on a per-issue or per-project basis.

Using Forge Realtime

References and guides on Realtime capabilities:

Use cases

Some use cases for these capabilities:

  • Create real-time status indicators showing when team members are viewing, editing, or working across the same Forge app context
  • Implement collaborative activity feeds that broadcast project updates and team actions across all users viewing the same workspace context.

Rate this page: