-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Page - Content
-
None
-
1
-
Minor
Summary
Pages created via REST API sometimes default to Full-Width mode. The expected value if Fixed-Width
Steps to Reproduce
- Create 40 pages via REST API
curl 'https://site.atlassian.net/wiki/rest/api/content' \ -H 'content-type: application/json' \ --data-raw '{ "title":"This is page title", "type":"page", "space":{ "key":"TEST" }, "status":"current", "metadata":{ "properties":{ "editor":{ "key":"editor", "value":"v2" } } }, "body":{ "storage":{ "value":"Test", "representation":"storage" } } }'
Expected Results
All pages have fixed width mode
Actual Results
Some pages have full-width mode
Workaround
- Contact Atlassian Support - https://support.atlassian.com/contact