We are moving a SharePoint server that we use to store documents of various kinds and link to those documents from JIRA issues, is there a tool that can search JIRA issue to find broken URL links?
Hello Cody,
You can use the reporting plug-in:
https://marketplace.atlassian.com/plugins/net.customware.confluence.plugin.reporting
With the this code to find broken links:
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}
For more solutions you can check this link for alternatives to find broken links:
https://answers.atlassian.com/questions/46717
Cheers,
Paulo
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.