Forge Apps: URL Parameters Lost During CDN Redirect - Deep Linking Not Possible

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 :

  1. Preserve URL parameters during CDN redirect

  2. Provide Forge Bridge API to access original URL parameters

  3. Enhance

    view.createUrl()
    

    to support custom parameters

1 Like