-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Integrations - Confluence Questions
-
None
-
1
-
Severity 3 - Minor
Issue Summary
"Confluence Questions" hyperlinks are being created using the format "/wiki/display/<spacekey>/customcontent/<contentid>" instead of the expected "/wiki/spaces/<spacekey>/questions/<contentid>" format, causing users who click these links in either Confluence email notifications or the search results to land on a "Confluence Questions Empty Frontend" page.
Steps to Reproduce
- Ask a question within "Questions for Confluence"
- Search for the question using the Confluence search
- Click on the resulting link
Expected Results
Question loads under the https://<site>.atlassian.net/wiki/spaces/<spacekey>/questions/<contentid> link
Actual Results
Hyperlink is actually set as https://<site>.atlassian.net/wiki/display/<spacekey>/customcontent/<contentid>, resulting on a "Confluence Questions Empty Frontend" page.
Workaround
Manually replace the URL for "/wiki/spaces/<spacekey>/questions/<contentid>".
- Example:
- Broken link: https://<site>.atlassian.net/wiki/display/TESTSPACE/customcontent/1234567
- Replace for: https://<site>.atlassian.net/wiki/spaces/TESTSPACE/questions/1234567