Confluence Events and Descriptions
To work with our Event Listeners scripts, you must select an event for each listener. The field looks like this:
The following lists contain commonly used events and a description for each. The Event is the value you select, and the Description describes when the listener is triggered.
Attachment Events
| Event | Description |
|---|---|
| AttachmentBatchUploadCompletedEvent | If you select this event, the listener is triggered when a batch of attachments is finished uploading. |
| AttachmentCreateEvent | If you select this event, the listener is triggered when an attachment is created. |
AttachmentEvent | If you select this event, the listener is triggered when any attachment event occurs. |
AttachmentRemoveEvent | If you select this event, the listener is triggered when an attachment is removed. |
AttachmentTrashedEvent | If you select this event, the listener is triggered when an attachment is deleted and sent to the trash. |
AttachmentUpdateEvent | If you select this event, the listener is triggered when an attachment is updated. |
AttachmentVersionRemoveEvent | If you select this event, the listener is triggered when an attachment version is removed. |
AttachmentViewEvent | If you select this event, the listener is triggered when an attachment is viewed. |
All of the attachment events also exist for General and Hidden attachments.
Blog Post Events
| Event | Description |
|---|---|
| BlogPostCreateEvent | If you select this event, the listener is triggered when a blog post is created. |
| BlogPostEvent | If you select this event, the listener is triggered when any blog post event occurs. |
| BlogPostMovedEvent | If you select this event, the listener is triggered when a blog post is moved. |
| BlogPostRemoveEvent | If you select this event, the listener is triggered when a blog post is removed. |
| BlogPostRestoreEvent | If you select this event, the listener is triggered when a blog post is restored from the trash. |
| BlogPostTrashedEvent | If you select this event, the listener is triggered when a blog post is deleted and sent to the trash. |
| BlogPostUpdateEvent | If you select this event, the listener is triggered when a blog post is updated. |
| BlogPostViewEvent | If you select this event, the listener is triggered when a blog post is viewed. |
Comment Events
| Event | Description |
|---|---|
| CommentCreateEvent | If you select this event, the listener is triggered when a comment is created. |
| CommentEvent | If you select this event, the listener is triggered when any comment event occurs. |
| CommentRemoveEvent | If you select this event, the listener is triggered when any comment is removed. |
| CommentUpdateEvent | If you select this event, the listener is triggered when any comment is updated. |
Label Events
| Event | Description |
|---|---|
| LabelAddEvent | If you select this event, the listener is triggered when a label is added to Confluence content. |
| LabelCreateEvent | If you select this event, the listener is triggered when a label is created. |
| LabelDeleteEvent | If you select this event, the listener is triggered when a label is deleted from Confluence content. |
| LabelEvent | If you select this event, the listener is triggered when any label event occurs. |
| LabelRemoveEvent | If you select this event, the listener is triggered when a label is removed from Confluence content. |
Like Events
Event | Description |
|---|---|
| LikeCreatedEvent | If you select this event, the listener is triggered when content is liked. |
| LikeRemovedEvent | If you select this event, the listener is triggered when a like on content is removed. |
Page Events
| Event | Description |
|---|---|
| PageCopyEvent | If you select this event, the listener is triggered when a page is copied. |
| PageCreateEvent | If you select this event, the listener is triggered when a page is created. |
| PageCreateFromTemplateEvent | If you select this event, the listener is triggered when a page is created from a stored template. |
| PageEvent | If you select this event, the listener is triggered when any page event occurs. |
| PageMoveEvent | If you select this event, the listener is triggered when a page is moved. |
| PageRemoveEvent | If you select this event, the listener is triggered when a page is removed. |
| PageRestoreEvent | If you select this event, the listener is triggered when a page is restored from the trash. |
| PageTrashedEvent | If you select this event, the listener is triggered when a page is deleted and sent to the trash. |
| PageUpdateEvent | If you select this event, the listener is triggered when a page is updated. |
| PageViewEvent | If you select this event, the listener is triggered when a page is viewed. |
Space Events
| Event | Description |
|---|---|
| AttachmentListViewEvent | If you select this event, the listener is triggered when an attachment list for the space is viewed. |
| PageListViewEvent | If you select this event, the listener is triggered when a page list for the space is viewed. |
| RemoveSpaceViewEvent | If you select this event, the listener is triggered when views for a space are removed. |
| SpaceAdminViewEvent | If you select this event, the listener is triggered when a space admin views the space. |
| SpaceArchivedEvent | If you select this event, the listener is triggered when a space is archived. |
| SpaceCreateEvent | If you select this event, the listener is triggered when a space is created. |
| SpaceEvent | If you select this event, the listener is triggered when any space event occurs. |
| SpaceLabelsViewEvent | If you select this event, the listener is triggered when labels applied to a space are viewed. |
| SpacePermissionsUpdateEvent | If you select this event, the listener is triggered when space permissions are updated. |
| SpacePermissionsViewEvent | If you select this event, the listener is triggered when space permissions are viewed. |
| SpaceRemoveEvent | If you select this event, the listener is triggered when a space is removed. |
| SpaceTrashEmptyEvent | If you select this event, the listener is triggered when a space's trash is emptied. |
| SpaceTrashViewEvent | If you select this event, the listener is triggered when a space's trash is viewed. |
| SpaceUnArchivedEvent | If you select this event, the listener is triggered when a space is un-archived. |
| TemplateListViewEvent | If you select this event, the listener is triggered when a space's template list is viewed. |
Other Events
| Event | Description |
|---|---|
| ContentEvent | If you select this event, the listener is triggered when any content event occurs. |
| ContentHistoricalVersionRemoveEvent | If you select this event, the listener is triggered when historical content versions are removed. |
| ContentNotificationAddedEvent | If you select this event, the listener is triggered when content notifications are added. |
| ContentNotificationEvent | If you select this event, the listener is triggered when any content notification event occurs. |
| ContentNotificationRemovedEvent | If you select this event, the listener is triggered when content notifications are removed. |
| ContentPermissionEvent | If you select this event, the listener is triggered when any content permission event occurs. |
| GlobalPermissionChangeEvent | If you select this event, the listener is triggered when global permisisons are changed. |
| GlobalPermissionEvent | If you select this event, the listener is triggered when any global permissions event occurs. |
| GlobalPermissionRemoveEvent | If you select this event, the listener is triggered when global permissions are removed. |
| GlobalPermissionsUpdateEvent | If you select this event, the listener is triggered when global permissions are updated. |
| GlobalPermissionsViewEvent | If you select this event, the listener is triggered when global permissions are viewed. |
| GlobalSettingsChangedEvent | If you select this event, the listener is triggered when global settings are changed. |
| GlobalSettingsViewEvent | If you select this event, the listener is triggered when global settings are viewed. |
| NotificationEvent | If you select this event, the listener is triggered when any notification event occurs. |
| PageMoveCompletedEvent | If you select this event, the listener is triggered when a page is finished moving. |
| PermissionEvent | If you select this event, the listener is triggered when any permission event occurs. |
| SpaceNotificationAddedEvent | If you select this event, the listener is triggered when space notifications are added. |
| SpaceNotificationEvent | If you select this event, the listener is triggered when any space notification event occurs. |
| SpaceNotificationRemovedEvent | If you select this event, the listener is triggered when space notifications are removed. |
| SpacePermissionChangeEvent | If you select this event, the listener is triggered when space permissions are changed. |
| SpacePermissionEvent | If you select this event, the listener is triggered when any space permission event occurs. |
| SpacePermissionRemoveEvent | If you select this event, the listener is triggered when space permissions are removed. |
| SpacePermissionSaveEvent | If you select this event, the listener is triggered when space permissions are saved. |
