Overview
The snapshot-page macro is used to publish a static version of a document. The macro
creates a snapshot of the page
links the snapshot to one or more collections
Comala Publishing must be installed to use the snapshot-page macro
Where to use it?
Optional
One or more snapshot-page macros can be put in a trigger macro.
The snapshot-page macro is available in Comala Document Management v6.17.6+ together with Comala Publishing v3.0+
Parameters
Parameter | Required | Default | Notes | Ver |
---|---|---|---|---|
| | none | Name of the snapshot collection where the snapshot document is published
If the collection doesn't exist the macro will create the named collection(s). | |
| Name of the snapshot contributor for the named collection. The contributor is the user who will be set as the the creator of the snapshot document version.
|
Example
{trigger:statechanged|state=Published} {snapshot-page:collection=Published Documents Record|contributor=@snapshotpublishinguser@} {trigger}
Publishes snapshot of the Confluence document version on a transition to the workflow Published state. The snapshot is added to the Published Documents Record collection.
The editor (contributor of the snapshot document version to the collection) is the value of the user workflow parameter @snapshotpublishinguser@
.
The user must have contributor permission for the named collections.