Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-45394

Post links with Confluence markdown using RESTful API

    XMLWordPrintable

Details

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? 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!

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              543923d9366e Jimmy Tran
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: