Confluence 5.7 has reached end of life
Check out the [latest version] of the documentation
Note: If your report is empty, check:
Screenshot: Page Properties Report
You can add multiple Page Properties macros on a page, and choose whether to include all or only specific macros in the report. The Page Properties macro includes an optional ID parameter that can be used to identify specific Page Properties macros.
To show the contents of:
Note: The Page Properties Report macro can only accept one page label, and one ID.
Parameters are options that you can set to control the content or format of the macro output. Where the parameter name used in Confluence storage format or wikimarkup is different to the label used in the macro browser, it will be listed below in brackets (example).
Parameter | Default | Description |
|---|---|---|
Label | (None) | Identifies the label to be used in the Page Properties Report. The report will show data from all pages in the current space containing a Page Properties macro with the same label. |
| Page Properties ID | (None) | If not specified, the report will show data from all Page Properties macros on a page, where there are multiple macros. Specify an ID to include only data from Page Properties macros with the same ID. |
| Restrict to spaces | (None) | If not specified, the report will only show data from the current space. You can specify a comma separated list of space keys, or use @all to show data from all spaces. |
| Title column heading | Title | The heading to display on the first column in the report table. This column contains links to pages displayed by the report. The default column heading is 'Title'. |
| Columns to show | (None) | If not specified, the report will show all columns. You can specify a comma separated list of columns to include. If your column heading includes commas, use double quotes around the column name. If your column heading includes quotes, use double quotes. For example, A column, "My ""new"" column, yes", Third column |
| Number of items to display | 30 | Number of items to display in the table before displaying pagination options for additional items. |
| Sort by | Last modified date | Sort the table by a specific column heading. Enter the column name, exactly as it appears in the corresponding Page Properties macro. Select the Reverse Sort check box to sort the table in reverse order. |
| Show Comments Count | No | Displays the number of comments for each page in the table. |
| Show Likes Count | No | Displays the number of likes for each page in the table. |
The following examples are provided for advanced users who want to inspect or edit the underlying markup for a Confluence page.
Macro name: detailssummary
Macro body: None.
<ac:structured-macro ac:name="detailssummary"> <ac:parameter ac:name="id">status-dev</ac:parameter> <ac:parameter ac:name="sortBy">Created</ac:parameter> <ac:parameter ac:name="label">status</ac:parameter> </ac:structured-macro>