When using Retrospective template, the Retrospective index page is duplicated.
Platform Notice: Data Center - This article applies to Atlassian products on the Data Center platform.
Note that this knowledge base article was created for the Data Center version of the product. Data Center knowledge base articles for non-Data Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
When deploying a retrospective page from the Retrospective template, a duplicated index page is created.
Environment
Confluence Data Center
Diagnosis
When using the template for the first time in a space, Confluence creates the index page and adds a hidden system tag called blueprint-index-page to the page.
To check if the tag is missing, please run the following query:
select * from label a, content_label b
where a.labelid=b.labelid
and b.contentid='<PAGE-ID>' and namespace='com.atlassian.confluence.plugins.confluence-software-blueprints:retrospectives-blueprint';
Remember to change the <PAGE-ID> to match the page-id of your Retrospectives page. Please check this KB for info on how to find your page id.
Cause
This usually happens when the index page was copied over from another space or was manually created.
Solution 1 - Recommended
To fix this, we need to keep the page created by the template, this should have the right tags to avoid future duplicates in this space.
Solution 2
If you can not change the original page you can manually add the tag to the database.
This solution is not supported.