Tool to find broken URL links within JIRA?

Cody Nelson August 31, 2015

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?

1 answer

1 vote
paulo_miguel September 10, 2015

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

Suggest an answer

Log in or Sign up to answer