Hi team,
I am trying to link text in my user defined macro in confluence page to another confluence page. For this, I am using following piece of code:
<ac:link>
<ri:page ri:content-title="Page Title" />
<ac:plain-text-link-body>
<![CDATA[Link to another Confluence Page]]>
</ac:plain-text-link-body>
</ac:link>
but after saving, when I click on the text (with which I want to attach the link), it opens a blank page.
Can you please help me to understand where I am doing wrong?
Hi!
Could you check please, using developer tools what's going on with user macro ?
https://developers.google.com/web/tools/chrome-devtools
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.