One of our tech writers wrote a Python script that you can use to check for content errors like broken links: http://blogs.atlassian.com/2011/12/scanning-confluence-for-content-errors/
This solution seems to be for the server instance of the confluence. Anyone knows the solution for the cloud instance?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This would be a nice feature to add to Confluence, especially for those users who work with the Cloud version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could check for "orphaned" pages and for "list undefined pages" search, assuming that any broken link means for confluence, the page "has to be created yet".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this. I thought I should know the answer, and this was it. To do this:
Works a treat.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The undefined pages search is not 100% accurate, as the algorithm used to track links doesn't account for all links. Hopefully this can be fixed with future versions of the wiki renderer that allow more accurate tracking of link destinations. https://docs.atlassian.com/confluence/latest/com/atlassian/confluence/pages/PageManager.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Despite the limitation mentioned, this is a good place to start fixing links if you're not using a script. For newer versions of Confluence, it can be found in Space Tools > Content Tools > Undefined pages.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the reporting plugin with this code:
section}
{report-info:global:current date|format=MMMMM-dd-yyyy}
{section}
{section}
{report-block}
{space-reporter}
{text-sort:space:name}
{space-reporter}
{report-body}
{report-info:space:name|link=true}
{report-list}
{local-reporter:space:orphaned pages}
{text-sort:content:title}
{local-reporter}
{report-body-1}{report-info:content:title|link=true} (Created by)
{report-info:content:creator|link=true} {report-body-1}
{report-empty}_No orphans in this space_{report-empty}
{report-list}
{report-body}
{report-block}
{section}
Regards,
Kay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That would be nice, if the reporting plugin was not a commercial solution not availbale to everybody.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using the new 4.x editor, is it possible to copy/paste the above? It seems to want to paste the code as preformatted text instead of converting it to macros.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Greg, try using the "Insert Wiki Markup" dialog in the editor - it's in the Insert menu and will give you a plain-text window to type in wiki code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kay,
I took the path of "Insert Wiki Markup" path and produced an output (still in edit mode), but when saving the page. It just clocks/spins with nothing happening. Is there any parameters that I need to narrow this down to a certain space and not all spaces. I tried to look through each reporting plugin features to see if I can isolate this to a space key or something. Can you help?
2017-03-09_1453.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wow Joseph, my mind has just been blown! Didn't even realize that was possible in the 4.x editor. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.