You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Pages created using cfl page create are being created in Confluence's legacy editor format rather than the new cloud editor format.
Observed Behavior
When creating a page via the CLI:
echo"# My Page"| cfl page create -s ENG -t "My Page"
The resulting page shows:
A "Legacy editor" badge in the page header
Tooltip: "This page is using the legacy editor"
A prompt to "Convert page" to the cloud editor
Expected Behavior
Pages should be created using the new Confluence cloud editor format by default, since Atlassian has announced the legacy editor will be phased out.
Screenshots
(See attached screenshots showing the legacy editor indicator and conversion prompt)
Near Title:
When Clicking "Edit":
Environment
cfl version: (latest)
Confluence Cloud
Additional Context
From the Confluence UI, there's a modal stating:
"Time to convert your page. This page is compatible with the cloud editor. The legacy editor will be phased out soon, find out more in the announcement."
This suggests the API may need to use a different endpoint or parameter to create pages in the new format.
Description
Pages created using
cfl page createare being created in Confluence's legacy editor format rather than the new cloud editor format.Observed Behavior
When creating a page via the CLI:
The resulting page shows:
Expected Behavior
Pages should be created using the new Confluence cloud editor format by default, since Atlassian has announced the legacy editor will be phased out.
Screenshots
(See attached screenshots showing the legacy editor indicator and conversion prompt)
Near Title:
When Clicking "Edit":
Environment
Additional Context
From the Confluence UI, there's a modal stating:
This suggests the API may need to use a different endpoint or parameter to create pages in the new format.