-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Knowledge Base & Confluence integration
-
None
-
Severity 3 - Minor
Issue Summary
When a knowledge base article includes child pages, links to these child pages don’t generate the correct portal URL. Instead, the URL redirects to the internal Confluence page.
Steps to Reproduce
- Navigate to a knowledge base in the JSM portal that contains child pages
- Attempt to access a child page by clicking its link
Expected Results
The link should direct users to the JSM Portal view of the article, using a URL formatted as:
https://<instance>.atlassian.net/plugins/servlet/servicedesk/customer/confluence/shim/spaces/SPACE/pages/ID
Actual Results
Instead, the link is using the internal Confluence page, with a URL like:
https://<instance>.atlassian.net/wiki/spaces/SPACE_KEY/pages/PAGE_ID/PAGE_NAME
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available