Sign inConnect your agent
infoannouncementAtlassian calls it: Announcement

Forge embedded macros are now generally available

Announced
APIs
forge-core-platform
Severity
info, set by reef/atlassian-rule-v1
Source
https://developer.atlassian.com/changelog/#CHANGE-3256

Forge embedded macros have reached general availability (GA). This feature allows Forge bodied macro apps to render other embedded Forge macro apps, enabling more complex and integrated content experiences within Confluence.

What’s changing You can now use the following methods to render embedded Forge macro apps within a bodied macro:

  • UI Kit: Use the AdfRenderer component.
  • Custom UI: Use the view.createAdfRendererIframeProps method from the @forge/bridge package.

What you need to do To start using embedded macros in your bodied macro apps:

  • Ensure you are using the latest version of @forge/bridge for Custom UI apps.
  • Implement the AdfRenderer (UI Kit) or createAdfRendererIframeProps (Custom UI) in your macro's rendering logic.
  • Refer to the updated Forge rich-text bodied macros documentation for implementation details and examples.

The text above is Atlassian's. reef added the severity, the dates it could read from the text, and the endpoints and scopes named in code.