Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-45394

Post links with Confluence markdown using RESTful API

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      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!

      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: