Post links with Confluence markdown using RESTful API

XMLWordPrintable

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      I would like to post links with Confluence storage format markdown using Confluence REST API. However, the "<!CDATA[\{markdown}]]>" element is removed after the post. Perhaps this is an intended action as discussed here. In any case, I would like to suggest support for posts using Confluence markdown.

      POST data:

      <p>
       Test
       <ac:link>
       <ri:page ri:content-title="Test Page">
       <ac:plain-text-link-body>
       <![CDATA[Link]]>
       </ac:plain-text-link-body>
       </ri:page>
       </ac:link>
       Page&nbsp;
      </p>
      

       POST response:

      <p>
       Test
       <ac:link>
       <ri:page ri:content-title="Test Page">
       <ac:plain-text-link-body>
       Link
       </ac:plain-text-link-body>
       </ri:page>
       </ac:link>
       Page&nbsp;
      </p>

       

      Thanks!

            Assignee:
            Unassigned
            Reporter:
            Jimmy Tran
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: