ForgeBridgeAdapter
Defined in: packages/core/src/adapters/ForgeBridgeAdapter.ts:34
Adapter for UI Kit 2 and Custom UI frontend contexts.
Uses @forge/bridge to route requests through the Forge runtime.
All requests are authenticated as the currently logged-in user.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ForgeBridgeAdapter(
options):ForgeBridgeAdapter
Defined in: packages/core/src/adapters/ForgeBridgeAdapter.ts:41
Create a new ForgeBridgeAdapter.
Parameters
Section titled “Parameters”options
Section titled “options”Configuration options including the target product
Returns
Section titled “Returns”ForgeBridgeAdapter
Properties
Section titled “Properties”product
Section titled “product”
readonlyproduct:"jira"|"confluence"
Defined in: packages/core/src/adapters/ForgeBridgeAdapter.ts:35
The Atlassian product this adapter is configured to make requests to
Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”fetch()
Section titled “fetch()”fetch(
options):Promise<Response>
Defined in: packages/core/src/adapters/ForgeBridgeAdapter.ts:49
Execute a request via @forge/bridge (requestJira or requestConfluence).
The request is automatically authenticated as the logged-in user.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<Response>