Confluence 5.7 has reached end of life
Check out the [latest version] of the documentation
Don't forget to add a label to your page, or your page will not appear in the Page Properties Report macro.
Next you need to add the Page Properties Report macro to another page.
Screenshot: Page Properties macro in the editor. Deadline, Current Status and Team will be column headings in the report.
Screenshot: The example above as it appears in the Page Properties Report
You can add multiple Page Properties macros on a single page, and choose whether to include all or only specific macros in the report. You might use multiple macros because you want the information in the macro to display in context with the rest of the page, or because you want to be able to report on individual Page Properties macros separately.
The Page Properties macro includes an optional ID parameter that can be used to identify specific Page Properties macros.
To show the contents of all Page Properties macros in the report:
To show the contents of selected Page Properties macros in the report:
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 |
|---|---|---|
Page Properties ID | (None) | Optional ID used to identify a particular Page Properties macro on a page. Specify this ID in the Page Properties Report to include summary information from macros with this ID only. |
| Hidden | False | Determines whether the data in the Page Properties macro will be displayed on the current page. This setting does not affect the display of the detail in the Page Properties Report macro. |
The following examples are provided for advanced users who want to inspect or edit the underlying markup for a Confluence page.
Macro name: details
Macro body: Accepts rich text.
The following example contains two pieces of data - Owner and Date.
<ac:structured-macro ac:name="details">
<ac:rich-text-body>
<table>
<tbody>
<tr>
<td>Owner</td>
<td>Rach Admin</td>
</tr>
<tr>
<td>Date</td>
<td>1 May</td>
</tr>
</tbody>
</table>
</ac:rich-text-body>
</ac:structured-macro>