Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Missing link text editting rich text links

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:Capture.PNG

 

 

1 comment

This reproduces the issue

<ac:link-body>Some <strong>Rich</strong> Text</ac:link-body>

 And this works fine

<ac:link-body>Some Plain Text</ac:link-body>

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events