Forge-based frontend API client options for JIRA.

interface ApiClientForgeBridgeJiraOptions {
    requestJira: ((restPath: string, fetchOptions?: RequestInit) => Promise<Response>);
}

Properties

Properties

requestJira: ((restPath: string, fetchOptions?: RequestInit) => Promise<Response>)