With custom ui jira app(globalPage) together with custom backend, I’m looking to create a shareable link for an individual resource.
However, URL query parameters and hash fragments are stripped when Forge apps redirect from the canonical Jira URL to the CDN infrastructure, making deep linking impossible.
e.g. Jira
Any of the solutions below would do :
-
Preserve URL parameters during CDN redirect
-
Provide Forge Bridge API to access original URL parameters
-
Enhance
view.createUrl()to support custom parameters