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 |
entityPropertyExistsentityPropertyEqualToentityPropertyContainsAnyentityPropertyContainsAllentityPropertyContainsAnyUserGroup
| EntityProperty | A set of entity property conditions available for the following entities:
|
hasPagePermission
hasSpacePermission
|
VIEWEDITSET_PERMISSIONSREMOVEEXPORT
ADMINISTER
| Checks if the current user has the required permission for the current page or space |
userIsExternalCollaborator | boolean | Checks if the current user is an external collaborator |
Rate this page: