You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am constructing a page through the Confluence API, and am trying to create a page link using the example found in the Confluence documentation:
https://confluence.atlassian.com/conf710/confluence-storage-format-1031840114.html
in particular, I am trying to create a link with rich text body (sample from link)
<ac:link>
<!-- Any resource identifier -->
<ri:page ri:content-title="Home" ri:space-key="SANDBOX" />
<ac:link-body>Some <strong>Rich</strong> Text</ac:link-body>
</ac:link>
I notice that when I create a link this way, and then edit it through the Confluence wysiwyg editor, that the 'Link Text' input box doesn't appear. If I just have plain text in the <ac:link-body> then it does appear. So it looks like there is some issue when there is any text inside formatting tags (like <strong>).
This is the 'Link text' input box I expect to show up: