...
...
...
Excerpt | ||||
---|---|---|---|---|
| ||||
...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Comala Publishing for Confluence Cloud is a separate app that enables single page publishing between spaces - content can be published from a draft space to a public space.
...
Comala Publishing can be used to publish your draft content to another space
...
Publish pages using standalone publishing
A user can publish each page manually using the publishing byline added to the page.Publish pages based on the added workflow transition to a final state
The workflow can invoke the publishing action to a specified target (public) space when the workflow reaches the final state on the page in the draft" space.Publish pages using a trigger in a workflow added to the page
Comala Document Management Confluence Cloud provides the option to edit a workflow event trigger publish a page.Code Block [{"event":"_transition/change-state","conditions":[{"state":"In Approval"}],"actions":[{"action":"publishing/sync-page"}]}]
The successful copy of the page to the target space is confirmed in an on-screen message.
...
...