Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-79554

Renaming pages result in broken links

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • Page - Linking
    • None

      Issue Summary

      User has renamed a page and now linking from other pages has been broken.

      Pages using the renamed content are being redirected to:
      https://xxxxxx.atlassian.net/wiki/pages/createpage.action?spaceKey=

      Steps to Reproduce

      Create a page

      1. Add the page as link in hundres of pages
      2. Rename the page created on the step 1
      3. Check if links were updated in all pages (random issue) 

      Expected Results

      When a page is renamed you expect the page link to be replaced in all pages

      Actual Results

      Page name is updated but not all links were replaced, some of them points to the previous page and some of them points to the correct page 

       

      After the name of the page is changed you can find some pages with the following broken link in ADF

       

      content: [{type: "paragraph",content: [{type: "inlineCard",attrs: {url: https://xxxx.atlassian.net/wiki/pages/createpage.action?spaceKey=xx&title=xxxxx&linkCreation=true&fromPageId=xxxxx}},{text: " ",type: "text"}]}] 

       

      When this happens the storage format still pointing to the previous page name

      <p><ac:link ac:card-appearance="inline"><ri:page ri:content-title="Old name" /><ac:link-body>Old name</ac:link-body></ac:link> </p> 

       

      Expectation in ADF

      content: [{type: "inlineCard",attrs: {url: https://xxxx.atlassian.net/wiki/spaces/xxxx/pages/xxxxxx}},{text: " ",type: "text"}] 

      Workaround

      Edit the pages where the link is incorrect and replace the link manualy 

              Unassigned Unassigned
              188f830ca5ca Michael Gonzalez
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated: