You can use display conditions for several Confluence modules. Depending on the module, different conditions are available.
Global conditions check the state of the entire Confluence instance for the current user regardless of the display context. They are available in all Confluence modules that support display conditions.
Condition | Type | Description |
---|---|---|
hasAppAccess | boolean | Checks if the current user has access to the app. |
appIsLicensed | boolean | Checks if the app's license is active. |
appEdition | String | Checks the installed app edition.
Available values:
|
Confluence-specific conditions are supported in the following modules:
Condition | Type | Description |
---|---|---|
isSpaceAdmin | boolean | Checks if the current user is a space admin of the current space |
entityPropertyExists entityPropertyEqualTo entityPropertyContainsAny entityPropertyContainsAll
| EntityProperty | A set of entity property conditions available for the following entities:
|
Rate this page: