Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt
namedifferentspacepublishing_desc_graphic

Different-space publishing allows you

  • to edit draft pages in one space in on a cloud site

  • then publish these pages to another space (in the same cloud site)

Image Removed
Screenshot 2024-11-13 at 12.11.48.pngImage Added

Comala Document Management manages the review and approval of your documentation, ensuring only approved content is published. The integration with Comala Publishing then lets you control where and when approved pages are published in a different space.

When using Comala Publishing to publish pages to another Confluence Cloud space, there are two ways to action the publication process through a Comala Document Management workflow. You can publish a page by either:

Final state publishing

Once the page reaches the final state of the applied workflow, it is published. The approved page is published automatically.

cdmc_onpage_Approved_final_state_withpopup_synced_publishing_status.pngImage Added
Info

The workflow must contain a final state, but no other setup is required.

Publishing using a workflow trigger

You can use this to publish a page at any stage in the workflow. It can be configured with a number of conditions. The page is published automatically using the trigger but requires the workflow to be edited to add the trigger. It is useful for creating staged publishing actions and publishing the page at different milestones in your documentation process.

For example, the following workflow trigger publishes a page on the state change to the First Publish state in an applied workflow:

Code Block
"triggers":
[
	{"event": "on-change-state",
	"conditions":
	[
		{"state":"First Publish"}
	],
	"actions":
	[
		{"action": "publish-page"}
	]}
]
cdmc_onpage_firstpublish_state_synced_publishing_status.pngImage Added

If the workflow includes a final state, the page is also published on the transition to this state.

The Comala Publishing for Cloud app must be installed to enable different-space publishing.

Info

Comala Publishing Cloud can only be used to publish Confluence Cloud pages. Comala Publishing cannot publish blog posts.

...

There are two steps to setting up different-space publishing:

...

With an applied workflow containing a final state, publishing of a page automatically occurs on the workflow transition to the final state

...

. No other setup is required.

Publishing

...

on a different applied workflow event

...

, such as a change of state, requires a workflow trigger to listen for the event and publish the page. The page is automatically published when the event occurs. The publish-page workflow trigger must be created in JSON code and added to the custom workflow.

Related pages

Comala Document Management

Comala Publishing Cloud