Publishing byline panel
Shows the page's current publishing state and the buttons to act on it. The main button reads "Publish" the first time, "Republish" once a copy exists, and "Update" when the page is Outdated or Moved. Clicking it only queues a background job. The panel toasts "Page sent to publishing queue. Publishing may take a few minutes.".

#Where to find it
Any page → "Capable Publishing" in the page byline (tooltip "Publish pages to a space")

#AlsoShows
A "View published" link that opens the published copy (or "View source" when the byline is opened on a target page); who published it and when; the publish comment if one was given; "Approved by" names when the publish came from an approval; a "Content not yet indexed" warning while Confluence search is catching up; and a bin icon that clears the page's publish state.
#Where you do it
Task | Where |
|---|---|
Turn on publishing for a space and choose where conten | Space settings → Publishing → Setup tab (or the Settings section inside the Capable Publishing space page) |
Decide whether people can publish by hand, and whether | Space settings → Publishing → Setup tab |
Choose where published pages land and whether the tree | Space settings → Publishing → Structure tab |
#Settings that affect this
Setting | Where | What it does |
|---|---|---|
Enable publishing | Space settings → Publishing → Setup tab | - |
Target space | Space settings → Publishing → Setup tab | - |
Allow manual publishing | Space settings → Publishing → Setup tab | - |
#Worth knowing

There is no scheduled or timed publishing. Nothing anywhere schedules a publish for a particular time. Scheduling is an unbuilt future idea.
The only non-manual source is Approval. Turning "Allow manual publishing" off therefore leaves approval-triggered publishing as the sole route into the target space.
"Allow manual publishing" reads Off in the settings screen before your first save, but the value actually stored for an untouched space is manual + automatic. Saving the form writes what the screen showed, silently turning manual publishing off.
Blog posts can effectively never be published. The code supports the type and a blog post can in principle be published one at a time, but bulk publish and Full Sync exclude them explicitly, and the byline button is hidden on them by the space's content-type setting, which has no control anywhere in the app. Blog-post edits are also never detected, so a published blog post can never go Outdated.
Approval-triggered publishing fails on any page whose parent is not already published, when hierarchy is preserved. Only manual publishes automatically publish the missing ancestors. The page just shows Failed with "Parent page is not published and could not be published".
Deleting the published copy does not clear the source page's publish link. The source keeps showing as Published.
#Related
How it actually behaves.
