Versions Compared

Key

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

Table of Contents
absoluteUrltrue
excludeOverview
typeflat
separatorpipe

...

Excerpt
hiddentrue

Add content to page header

The {pageheader} macro renders it's body content (wiki markup) in the context of the page or blog post that your workflow is applied to.

...

Where to use it?

Optional.

One {pageheader} can  macro can be put in a {workflow} macro.

Parameters

ParameterRequiredDefaultNotes

macro body

(tick)

 

(tick)


Header content:

The following macros can be used in the header:

Filter by label (Content by label)
showLabelsfalse
max6
showSpacefalse
sorttitle
cqllabel = "body-pagefooter" and label = "macro" and space = currentSpace ( )

visibility
contributors

Who can see the header?

  • contributors – users who can edit the page
  • readonly – users who can view, but not edit, the page
  • all – both contributors and readonly users

Filter by label (Content by label)
showLabelsfalse
max6
showSpacefalse
sorttitle
cqllabel = "macro-pagefooter" and label = "parameter-visibility" and label = "example" and space = currentSpace ( )

Example

Code Block
languagetext
themeRDark
{workflow:name=Page Header}
   {pageheader}
      wiki markup to show at top of page
   {pageheader}
   {state:Example}
   {state}
{workflow}

You can add the workflow page header using the workflow builder  Page Layout editor.

oImage Added

Set who can see the footer based on Confluence user permissions using the dropdown menu options.

All examples

Filter by label (Content by label)
showLabelsfalse
max500
showSpacefalse
sorttitle
excerptTypesimple
cqllabel = "macro-pageheader" and label = "example" and space = currentSpace ( )

...