Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel3
minLevel2
absoluteUrltrue
excludeSee also
typeflat
separatorpipe

Overview

Excerpt
hiddentrue

Publish content to a different space

The {publish-page} macro is used as an Action to action in a workflow trigger to publish content to a different space on the same Confluence Server or Data Center instance.

  • One

    one space is set up as the source space, where content is drafted, developed, produced and approved

  • Another

    another space is set up as the destination target space, where the content is published to for wider audience viewing

For more information, see: Different-space publishing

...

Where to use it?

Optional.

One {publish-page} macro can be put in a {trigger} macrotrigger macro.(info)

If using the Comala Publishing

...

publish-page

...

 macro to publish content with metadata references to a different space, the

...

publish-page

...

 macro action and the metadata modification macro action need to be in separate triggers to ensure the metadata is updated on the published space page.

Parameters

The macro has no parameters, it uses the publishing profile defined in the space tools Publishing dashboard (if Comala Publishing is installed). For more information, see Different-space publishing.

theme
Excerpt
namecomalapublishing_wf_example

Basic example

Code Block
languagetext
RDark
{workflow:name=Different-space publishing}
   {state:Editing|submit=Review}
   {state}
   {state:Review|approved=Published|rejected=Editing}
      {approval:Review}
   {state}
   {state:Published|update=Editing|final=true}
   {state}
   {trigger:statechanged|state=Published}
      {publish-page}
   {trigger}
{workflow}

...

The final=true parameter on the Published state is not required for different-space publishing using the publish-page macro, however it helps to clarify which versions of content are published

...

from the source space.

All examples

Filter by label (Content by label)
showLabelsfalse
max100
showSpacefalse
sorttitle
excerptTypesimple
cqllabel = "macro-publish-page" and label = "example" and space = currentSpace ( )

See also

...

...

Publishing

...

Comala Publishing app documentation

Other links