Hi,
I am developing a Forge app on Jira Cloud and using SmartCardProvider
and CardClient
from Atlaskit to display Smart Links within Atlaskit’s EditorCore
. However, when retrieving Smart Link data, API calls are directed to the domain configured for my Forge app deployment instead of Atlassian’s main domain (*.atlassian.net
). As a result, SmartCardProvider
is unable to fetch the necessary data to render Smart Links such as inlineCard
, blockCard
, etc.
I would like to know if there is a way to configure or override CardClient
so that API requests are sent directly to *.atlassian.net
instead of being routed through Forge. If anyone has faced a similar issue or has a solution, I would greatly appreciate your insights.
Thank you all!