Connect JS APIs not working on JSM Customer Portal when a custom domain is active on Confluence

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • Component/s: Connect Platform
    • None
    • 1
    • Severity 3 - Minor

      Issue Summary

      This is reproducible on Data Center: Not tried

      Steps to Reproduce

      1. Enable a custom domain on Confluence
      1. Create a simple Confluence macro containing some Connect JS calls, for example:
         {{}}
        AP.getLocation(function (location: any) { console.log(location) }) AP.context.getContext(function (response) { console.log(response) })

        {{}}

      2. Add the Confluence space as a Knowledge Base (KB) in Jira Service Management.
      1. Open the article in JSM

      Expected Results

      The APIs continue to work and the content in macro loaded.

      Actual Results

      When the Confluence custom domain is inactive, the Connect APIs return logs as expected. After enabling the custom domain, the APIs get stuck in a limbo state and do not return any results.

      Workaround

      No workaround available yet

            Assignee:
            Unassigned
            Reporter:
            Faisal
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: