---
title: "Space Reporter"
canonical: "https://support.appfire.com/space/REPS/472915084/Space%20Reporter"
format: markdown
---
> Macro (aura-html)

## Description

Reports on Confluence Spaces.

This macro must be used within a report of some type (e.g.: [Report Block](https://appfire.atlassian.net/wiki/spaces/REPS/pages/472914906) or [Report Table](https://appfire.atlassian.net/wiki/spaces/REPS/pages/472915048)). It will only list spaces visible to the current user.

Further filtering can also be made by specifying the **spaces** parameter or using custom filters.

> ❌ Check out the [Best practices when using Reporting](https://appfire.atlassian.net/wiki/spaces/REPS/pages/472914163).

## Parameters

| Name | Required | Migratable to Cloud? | Default Value | Description |
| --- | --- | --- | --- | --- |
| space(s) | - [(X)] | - [NO] | 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:<br>- **@self** - The space the current content is in.
- **@personal** - Personal spaces only.
- **@global** - Global spaces, that is, non-personal spaces.
- **@all** - All spaces, both global and personal
- ***SPACE KEY*** - Any other space key may be specified explicitly. |
| label(s) | - [(X)] | - [NO] |  | List of label checks.<br>e.g.: "one, +two, -three" would list content which had the "two" label but not the "three" label. |
| matchAll | - [(X)] | - [NO] | true | If set to **false**, content matching any of the criteria will be returned. Otherwise, the content must match all criteria. |

## Editor View

![image](media://7957b3c4-3055-45cc-9783-b350bd71da38)


## Macro Edit View

- Not applicable.

## Notes

- Not applicable.

# Tutorial Examples

> Macro (contentbylabel)