{space-reporter}
Plugin: Reporting Plugin, from version 1.0
Reports on Confluence Spaces.
Description
This macro must be used within a report of some type (e.g. report-block or report-table). It will only list spaces visible to the current user. Also, further filtering can be made by specifying the 'spaces' parameter, or using custom filters.
Usage
{space-reporter:space=KEY}
{xxx-sort:item:key|order=[ascending, descending]}
{xxx-filter:item:key|extra parameters go here}
{space-reporter}
Parameters
| Name | Required | Default | Description |
|---|---|---|---|
| space(s) | | @all
| The 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:
|
| label(s) | | List of label checks. Eg. "one, +two, -three" would list content which had the "two" label but not the "three" label. | |
| matchAll | | true
| If set to 'false', content matching any of the criteria will be returned. Otherwise, the content must match all criteria. |
Discussions