Skip to main content
Skip table of contents

How to find the Storage Format of a Confluence page

On-Premise (Server / Data Center)

To retrieve the storage format of a Confluence page, please follow these steps:

  1. Access the page with the issue reported in your ticket.

  2. In the Tools menu, select View Storage Format.

  3. Copy and paste the code into the ticket.
    The content will look like this:

    XML
    <p>
    <ac:structured - macro ac:name="congrats-macro" ac:schema - version="1" ac:macro - id="e80e5cb9-e516-4ee7-af78-1c89f5163f6a">
    <ac:parameter ac:name="max">50</ac:parameter>
    <ac:parameter ac:name="nextDays">500</ac:parameter>
    <ac:parameter ac:name="prevDays">500</ac:parameter>
    <ac:parameter ac:name="events">1, 2</ac:parameter></ac:structured - macro>
    </p>
    

Enclose the content in a {noformat} macro.

Cloud

To retrieve the storage format of a Confluence page, please follow these steps:

  1. Access the page with the issue reported in your ticket.

  2. In the “More actions” menu, select Advanced details > and then View Storage Format.

    How to access the View Storage Format on Confluence Cloud pages

  3. Copy and paste the code into the ticket.
    The content will look like this:

    CODE
    <p>
    <ac:structured - macro ac:name="congrats-macro" ac:schema - version="1" ac:macro id="e80e5cb9-e516-4ee7-af78-1c89f5163f6a">
    <ac:parameter ac:name="max">50</ac:parameter>
    <ac:parameter ac:name="nextDays">500</ac:parameter>
    <ac:parameter ac:name="prevDays">500</ac:parameter>
    <ac:parameter ac:name="events">1, 2</ac:parameter></ac:structured - macro>
    </p>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.