-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
Component/s: Page - Editor - Legacy (TinyMCE)
-
Severity 3 - Minor
Issue Summary
Update draft content API does not work on legacy editor
The API themselves work but the legacy editor doesn't update the display accordingly.
Steps to Reproduce
- create a legacy page in Confluence Cloud
- add a macro and in the macro update the page draft using PUT /wiki/api/v2/pages/${pageid}
- call window.AP.confluence.closeMacroEditor() to view the result in the Editor
Expected Results
The legacy editor should show the latest draft content
Actual Results
The legacy editor doens't update the display. However, the draft is updated in the backedn and we can get it using curl --location 'https://${sitename}.atlassian.net/wiki/api/v2/pages/${pageid}?body-format=storage&get-draft=true' API call.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...