Linking to Settings Panel

Hi,

Our Confluence app has a settings panel (confluence:globalSettings module).
If there is configuration issues, we want add a link to that panel in Costume UI when possible.
There is the router. navigate / .open methods which can open releative links.
However, I’ve no idea how get the path to the globalSettings module.
The link seems some internal id (forge?id=ari%3Acloud%3Aecosystem%3A%3Aextension%2F{UUID}/{UUID}.
So, I’m either looking for an API to directly link to the settings panel.
Or some way to get to the right ids to build up the right path to the settings panel.

I didn’t find any hint in the documentation yet on how to link to a settings panel.

Cheers
Roman

4 Likes

In case anyone else stumbles across this, the pattern seems to be:

forge?id=ari%3Acloud%3Aecosystem%3A%3Aextension%2F{appId}%2F{environmentId}%2Fstatic%2F{moduleKey}

Where appId and moduleKey are from manifest.yml and environmentId can be found in the context object returned by view.getContext() from @forge/bridge.