Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

HTML export does not work properly. Breadcrumb links are wrong

Vitalii Kushnir
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 1, 2017

I am using Confluence which runs in the cloud of Atlassian. I have exported a Coufluence space in a HTML format. All link work correctly except links in the breadcrumb section. 

<div id="breadcrumb-section">
    <ol id="breadcrumbs">
        <li class="first">
            <span><a href="index.html">Main</a></span>
        </li>
        <li>
            <span><a href="$exportUtils.getTitleAsHref($breadcrumb)">Section</a></span>
        </li>
        <li>
            <span><a href="$exportUtils.getTitleAsHref($breadcrumb)">Subsection</a></span>
        </li>
    </ol>
</div>

After export it generated wront HREF attributes for the A tags:

href="$exportUtils.getTitleAsHref($breadcrumb)

What could be a reason of this problem and how it could be solved?

1 answer

0 votes
AnnWorley
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 26, 2017

I am afraid you are running into a known issue:

Breadcrumbs are not generating when using the HTML export feature

The suggested workaround is to import the space into a server instance and export it to HTML from there.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events