Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×After upgrade the pages with existing anchors does not work anymore. The Anchor macro is still there but a # was added to the name of the anchor and thus all the links to this anchor does not work.
We are talking about thousands of anchor. Any resolution but doing some DB updates?
Heya Peter,
By taking a look at the behaviour, it looks like one of our known bugs:
Through this one, we can see that we have a workaround to remove the hash from the link (as you have asked) and basically, it would be:
You can inject SQL query to remove the hash from the link. For example this is the SQL query for MySQL.
UPDATE BODYCONTENT SET BODY = REPLACE(BODY, 'link-body>#', 'link-body>') WHERE BODY LIKE '%ac:anchor%link-body>#%';
Hope it helps ya,
Giu
It does not work on Cloud as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
please check your anchor to ensure that there are no spaces or underscores. These screw up the macro.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not working in cloud for me.
Also there is no way to link anchors while using numerical format:
Example: ../wiki/pages/viewpage.action?pageId=19726602
Adding hashtag doens't work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is not working for 5.4.2 version as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have Confluence 5.7 and the anchor macro is not working for us either. Is this a known bug?
Thank you!
Emily
Social Venture Partners
www.socialventurepartners.org
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.