Pages created via REST API sometimes default to Full-Width mode

XMLWordPrintable

    • 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

      1. 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

        1. image.png
          image.png
          527 kB

            Assignee:
            Niraj
            Reporter:
            Paulo F. (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: