-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
7
-
Minor
-
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
- Add the page as link in hundres of pages
- Rename the page created on the step 1
- 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
- relates to
-
CONFCLOUD-80237 Provide a centralized option for link management and correction in Confluence.
- Gathering Interest