-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
125
-
1
-
Problem Description
Administrators may need to verify if links inside their Confluence pages are working properly. Doing that for a huge space requires time, since there's no automated way of doing this. In a space with 1000 pages, an administrator will need to check page by page and validate all links manually, which is extremely time consuming.
Suggestion
Confluence should have an automated way of verifying all links inside a given space and return a report for administrators to fix broken references.
Workaround
There's a Knowledge Base that seeks to help administrators who need to run through this task.
- is related to
-
CONFCLOUD-65867 Confluence - Link Report/Link Validator
- Gathering Interest
for Confluence-external links, here's a web service you could use as a background service to build the desired functionality: https://github.com/siemens/link-checker-service
The project contains a sample UI that shows how one could build a UI on top of that service: https://github.com/siemens/link-checker-service/tree/master/test/jquery_example
The missing ingredient is link extraction from a space, which would be going through the space, parsing the content bodies and providing them as input to the service.
Keeping Confluence-internal links from breaking during migrations is a somewhat different subject.