-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
This is reproducible on Data Center: Not tried
Steps to Reproduce
- Enable a custom domain on Confluence
- 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) })
{{}}
- Add the Confluence space as a Knowledge Base (KB) in Jira Service Management.
- 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