Space Supplier
Overview
This supplier provides key values for Confluence Spaces.
All key names are case-sensitive. For example, you must use id rather than ID.
Details
Name: | Space Supplier |
---|---|
Prefix: | space(optional) |
Supported Content: | Confluence Spaces |
Provided By: |
Supported Keys
List of keys that this supplier returns a value for.
Key | Content Types | Return Type | Description |
---|---|---|---|
name/title | Space | The name of the space You can use either name or title as the key. | |
key | Space | The space key. | |
type | Space | The type name for the space. | |
url | Space | The server-relative URL for the space. Generally directs the user to the space homepage. | |
creator | Space | The user who created the space. | |
creation date | Space | The date the space was created. | |
modifier | Space | The user who most recently modified the space. | |
modification date | Space | The date the space was most recently modified. | |
icon | Space | The server-relative URL for the space's icon. | |
homepage | Space | The page which is the homepage for the space. | |
description | Space | The space description for the space. | |
is personal | Space | Tests if the space is personal (is attached to a user). | |
is global | Space | Tests if the space is global (that is, not a personal space). | |
all pages | Space | The list of all pages contained in the space. | |
pages | Space | The list of pages with no parent contained in the space. | |
attachments | Space | List of Attachments | The list of all attachments contained in the space. |
news | Space | List of News Items | The list of news items contained in the space. |
undefined pages/undefined links | Space | The list of links to pages which have links defined, but for which no actual page has been created. | |
orphaned pages | Space | The list of pages in this space which are not linked to by any other content. | |
labels/categories | Space | The list of labels or categories attached to this space. | |
labels in content | Space | The list of labels attached to content contained in this space. | |
space type | Space | The name of the space type
| |
is favourite | Space | Is true if the current user has marked the space as a favorite.From v1.0.1 | |
Space | The list of mail items in this space. From v3.0.0 | ||
theme key | Space | The unique key of the current theme. From v3.4.0 | |
theme name | Space | The user-friendly name of the current theme. From v3.4.0 |
Examples
List All Labels for All Spaces
{report-block}Â {space-reporter:space=@all}Â Â Â {text-sort:space:title}Â {space-reporter}Â {report-body}Â {report-info:space:title|link=true} - {report-info:space:labels for content}{report-body}Â {report-block}