Summary: Jira chart/issues macro in Confluence generates broken drill-down URLs with /wiki/issues/ prefix — results in 404
Product: Confluence Cloud
Priority: Medium
Description:
When clicking on chart segments or filtered results within a Jira Issues macro or Jira Chart macro embedded in a Confluence Cloud page, the generated drill-down URL incorrectly includes the Confluence base path /wiki/, resulting in a 404 error page ("We couldn't find what you're looking for").
Steps to reproduce:
Embed a Jira Issues macro or Jira Chart macro in a Confluence page with a JQL filter
View the Confluence page and observe the rendered chart
Click on any chart segment or filtered result to drill down into the issues
Expected result:
Browser navigates to the Jira issue navigator at:https://<site>.atlassian.net/issues/?jql=...
Actual result:
Browser navigates to an invalid URL:https://<site>.atlassian.net/wiki/issues/?jql=...
This returns a 404 error page.
Impact:
This previously worked — the macro appears to have regressed after a recent platform update
Users cannot drill down from Jira chart macros in Confluence, breaking a core reporting workflow
Affects all Jira macros embedded in Confluence pages across our instance
Workaround:
Manually removing /wiki from the URL resolves the issue, but this is not viable for end users clicking chart elements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.