{content-reporter}
Plugin: Reporting Plugin
Reports on Confluence content (pages, news, comments, attachments, etc).
Description
The content can be filtered by space, type, scope or labels, as well as any custom filters specified in the body of the macro.
| Note This reporter can be quite slow if your site has a lot of content. Consider using local-reporter instead where possible. |
Usage
{content-reporter:space=KEY|types=[page, +news, -comment]|scope=Page [> required scope]|labels=[one, +two, -three]}
{xxx-sort:item:key|order=[ascending, descending]}
{xxx-filter:item:key|extra parameters go here}
{content-reporter}
Parameters
| Name | Required | Default | Description |
|---|---|---|---|
| space(s) | | @self
| The comma-separated list of spaces to search in. Each space may be prefixed by either '+' (to indicate the space is required) or '-' (to indicate the space must be excluded). May be one of the following:
|
| type(s) | | all
| The comma-separated list of content types to allow. Each type may be prefixed by either a '+' (to indicate it is require) or '-' (to indicate it must be excluded). May be any of the following:
|
| label(s) | | The comma-separated list of label checks. E.g. "one, +two, -three" would list content which had the "two" label but not the "three" label. | |
| scope | | Comma-separated list of pages, news items, etc which are in scope. If the content is a page, the scope can be expanded to their children, descendents or ancestors:
| |
| matchAll | | true
| If set to 'false', content matching any of the criteria will be returned. Otherwise, the content must match all criteria. |
| time | | Allows the specification of a period of time to search within. E.g. '7d' will only allow content modified in the last 7 days. |
Discussions