Skip to end of banner
Go to start of banner

Migrating the content from HTML Elements Server app to HTML for Confluence Cloud app

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

This article will explain how to migrate the content from the HTML Elements Server app to HTML for the Confluence Cloud app.

Steps:

  1. Log in to the Confluence instance.

  2. Navigate to the page where you want to make the change.

  3. Click the "Edit" button or select the "Edit" option from the page to enter edit mode.

  4. Open source editor /Click source editor option

  5. Change the ac:name="block" to ac:name="html-bobswift" in the source editor.

  6. Replace the text body as mentioned below

    <ac:rich-text-body>
            <p>test-element</p>
        </ac:rich-text-body></ac:structured-macro>

    with this:

    <ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:plain-text-body><![CDATA[test-bobswift]]></ac:plain-text-body>
    </ac:structured-macro>

  7. Publish the page.

  8. Perform HTML confluence app migration. Please refer Pre-migration process for HTML macro, Migration from server to cloud

  9. Refer the GIF

Note:

HTML for Confluence app does not support the rich text format.

  • No labels