How to show Azure DevOps markdown content with Markdown for Confluence app

This article explains how one can show the markdown content of Azure DevOps on the Confluence page using the Markdown for Confluence app.

 Instructions

  1. Navigate to CONFLUENCE ADMINISTRATION > General Configuration > BOB SWIFT CONFIGURATION > Markdown > Profiles.

  2. Click Add Profile.

  3. Enter your Profile name in the text box and select the URL from the options in Profile type

  4. Enter the URL of the markdown file in the below format in the URL text box. 

    https://dev.azure.com/{organization}/{project}/_apis/git/repositories/{repositoryId}/items?path={path}&api-version=7.1-preview.1

    E.g.- https://dev.azure.com/basudevbehera/Test/_apis/git/repositories/036a578a-9780-4668-a1d2-24c816c7f8f2/items?path=/README.md

  5. Enter username and password. Now, click Save Profile to create a Profile.

  6. In the Confluence page, insert Markdown from a URL macro. select your <Profile Name> from the Profile list

  7. Click Save and publish the page to see the content.



  • You need administrator access to create a profile.