Confluence Page Properties Report Multiple Rows __hot__ 95%
Before diving into multiple rows, let’s define the basics:
Risk Dashboard Child Pages: Risk 001, Risk 002, Risk 003 (each labeled project-risk )
On a separate “dashboard” page:
To help tailor this to your specific workspace setup, could you share a bit more context? confluence page properties report multiple rows
The report merges data based on column names. Status vs status (case) or a missing column will break alignment.
If the report cannot find these specific keys across multiple pages, it won't be able to populate the rows and columns accurately. 0;54; Advanced Troubleshooting for Multiple Rows 0;16; 0;265;0;4b8;
In the left column, put your metadata keys: Status , Owner , Due Date , Impact . In the right column, enter the specific data for this item. Before diving into multiple rows, let’s define the
The Confluence Page Properties Report macro is a powerful tool for displaying metadata from pages in a table format. However, one common challenge users face is dealing with multiple rows in the report when a page has multiple property values. In this article, we'll explore how to effectively manage and display multiple rows in a Confluence Page Properties Report.
By mastering this, you can transform Confluence from a simple wiki into a powerful project management tool that keeps your team organized without jumping between dozens of tiny pages.
To ensure your rows and columns align perfectly in your master report, follow these rules: If the report cannot find these specific keys
100% native; works in all versions of Confluence; highly scalable.
parameter in the macro settings. You can then configure your Page Properties Report macro to only pull in specific IDs, or leave it blank to pull every macro on that page as its own row. Limitation:
def reportHtml = '<table>' reportData.each row -> reportHtml += '<tr>' reportHtml += "<td>$row.title</td>" reportHtml += "<td>$row.author</td>" reportHtml += "<td>$row.creationDate</td>" reportHtml += '</tr>'