-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 4.2, 5.1, 5.4.3
-
Component/s: None
I've tried to report a bug for Confluence but I got the dead link. I've got the same on your pages https://jira.atlassian.com/secure/BrowseProject.jspa?id=10470
Workaround
Modify footer-content.vm which is located in <Conf_Installer_Dir>/confluence/decorators/includes/footer-content.vm. Find the following lines:
<li class="noprint"><a href="$action.getText('url.bug.feature.request')" class="hover-footer-link">$action.getText('bug.feature.request')</a></li>
Modify it into:
<li class="noprint"><a href="https://jira.atlassian.com/secure/CreateIssue!default.jspa" class="hover-footer-link">$action.getText('bug.feature.request')</a></li>
Save and restart Confluence
- is caused by
-
JRASERVER-37289 BrowseProject.jspa links no longer work, breaking Confluence footer links
-
- Closed
-
- is duplicated by
-
CONFSERVER-32466 404 error on "Report a bug" link
-
- Closed
-
-
CONFSERVER-32591 Broken link in bug reporting
-
- Closed
-
-
CONFSERVER-32763 Report a bug link in footer is DEAD
-
- Closed
-
- relates to
-
ADM-51890 Loading...