Confluence bridge for Details Summary (Page properties report)

Version 4.1 by Yana Oksner on 2025/07/18 12:19
Warning
For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

This is a Confluence bridge for the Details Summary macro. Confluence now calls this macro Page Properties Report. It allows the user to display properties attached to a page using the Details bridge.

Bridges are there for compatibility with content migrated from Confluence and this is particularly true for the Details and Details Summary macros. We strongly encourage people to use native XWiki features, like App Within Minutes or XWiki classes and objects, which are more powerful and better integrated in the platform.

Parameters

ParameterDescriptionMandatoryDefaultExample
idThe group of properties to show. If empty, will show page properties without identifiers.No(empty)book
headingsWhich column of the page properties to show. By default, all columns are shown. Columns with comma in their names require being quotedNo(empty)Title,Author,~"Released in years~""
cqlA query written in the Confluence Query Language (CQL) syntax defining the list of documents to show. See the documentation.If labels is not given(empty)label = "examplelabel" and space = currentSpace ( )
labelsA list of tags to use, separated by a comma or a space. This value is ignored if the cql parameter is set. Note: this parameter doesn't exist in Confluence, it's an XWiki addition.If cql is not given(empty)exampletag
operatorWhether all the tags should match (AND), or any (OR). This value is ignored if the cql parameter is set. Note: this parameter doesn't exist in Confluence, it's an XWiki addition.NoORAND
maxMaximum number of results.  Note: this parameter doesn't exist in Confluence, it's an XWiki addition.No(unset)15
sortWhat to sort on. The only supported values are "modified", "creation" and "title" for now. Ignored if an order by clause is present in the cql parameter.  Note: this parameter doesn't exist in Confluence, it's an XWiki addition.No(unset)title
reverseWhether to reverse the sort (true) or not (false).  Note: this parameter doesn't exist in Confluence, it's an XWiki addition.Nofalsetrue
firstcolumnA custom title for the document name columnNoTitleBook
showLastModifiedShow the last modified time of the pageNofalsetrue
showPageLabelsShow the tags of listed documentsNofalsetrue
showCreatorShow the initial author of the listed documentsNofalsetrue
showLikesCountThis parameter is ignored.Nofalsetrue
showUnresolvedCommentsCountThis parameter is ignored.Nofalsetrue

Example of usage

Unknown macro: excerpt-include. Click on this message for details.