Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-39343

Page Properties Reporting Macro doesn't work

    XMLWordPrintable

Details

    Description

      Hello,

      I am using page properties macro in our meeting note pages and try to use the page properteis reporting macro to extract a report. The macro returns null (is always empty). The labels are set and everything has been tested (with ID, without ID, multiple lables, etc.).

      My page properties:

        <ac:structured-macro ac:macro-id="3dd66cd3-1ce6-452a-b397-313f600bb89d" ac:name="details" ac:schema-version="1">
          <ac:parameter ac:name="id">1234</ac:parameter>
          <ac:rich-text-body>
            <table>
              <tbody>
                <tr>
                  <th>Language</th>
                  <td>German</td>
                </tr>
                <tr>
                  <th colspan="1">Topic</th>
                  <td colspan="1">Concept</td>
                </tr>
              </tbody>
            </table>
          </ac:rich-text-body>
        </ac:structured-macro>
      

      This page has labels "meeting-note" and "test".

      My Page Properties Reporting (on page up the hierarchy in the same space):

        <ac:structured-macro ac:macro-id="4aa601af-065a-4271-a4d2-a4da47b8c019" ac:name="detailssummary" ac:schema-version="2">
          <ac:parameter ac:name="firstcolumn">My Title</ac:parameter>
          <ac:parameter ac:name="headings">Language, Topic</ac:parameter>
          <ac:parameter ac:name="id">1234</ac:parameter>
          <ac:parameter ac:name="cql">label = "test" and space = currentSpace()</ac:parameter>
        </ac:structured-macro>
      

      The strange thing is that Content Report Table plugin doesn't return anything either. Something is wrong.

      Attachments

        Activity

          People

            Unassigned Unassigned
            67f71246c119 PJ
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: