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

Page Properties Report columns with same name are listed separately or not showing

      NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.

      Symptoms:
      On the Page Properties Report macro either:

      A) Content is missing:

      B) Columns are duplicated:

      Cause:
      When manually modifying a Page Properties table, a hidden tag (like <p> or <span>) might be present in the field text, making fields with same text be treated as different. This also makes impossible to list a column by it's name.

      See the differences in the Storage Format of:

      Project Page 3 <SPAN>
      <ac:structured-macro ac:name="details"><ac:rich-text-body>
      <table><tbody><tr>
      <td><p>Priority</p></td>
      ....
      </tr>
      <tr>
      <td><span>Status</span></td>
      ....
      

      vs

      Project Page 1
      <ac:structured-macro ac:name="details"><ac:rich-text-body>
      <table><tbody><tr>
      <td>Priority</td>
      ....
      </tr>
      <tr>
      <td>Status</td>
      ...
      

      So:

      • in A) there is a Column Filter applied (Status, Priority) but the Report doesn't find those Columns in "Project Page 3 <SPAN>" because those fields have other characters in it.
      • in B) the columns are listed separately because although they look the same, they are different to the Report macro.

      Expected:

      • Special tags to be ignored. If rows look the same, to be treated like the same.

      Steps to reproduce:
      To get the <p> or <span> values in the table you have to:

      1. Write two lines of text anywhere on the page
      2. Copy the lines inside the table
        Editing the field names from now on, will keep the <p> or <span> value on them.

      Workaround:

      • Remove the table's row and create it again, for every row with the problem.

        1. missing.jpeg
          missing.jpeg
          34 kB
        2. duplicated.jpeg
          duplicated.jpeg
          33 kB

            [CONFSERVER-32367] Page Properties Report columns with same name are listed separately or not showing

            I am facing the same issue

            Hitesh.Kumar added a comment - I am facing the same issue

            any news on that?

            yarin.benyakov added a comment - any news on that?
            Katherine Yabut made changes -
            Workflow Original: JAC Bug Workflow v3 [ 2899140 ] New: CONFSERVER Bug Workflow v4 [ 2993655 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2792112 ] New: JAC Bug Workflow v3 [ 2899140 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow [ 2736758 ] New: JAC Bug Workflow v2 [ 2792112 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2401077 ] New: JAC Bug Workflow [ 2736758 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 2301022 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2401077 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234923 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 2301022 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197868 ] New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234923 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 1935550 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197868 ]

              agnes@atlassian.com Agnes Ro
              mfernandezbadii Mauro Badii (Inactive)
              Affected customers:
              3 This affects my team
              Watchers:
              14 Start watching this issue

                Created:
                Updated:
                Resolved: