Skip to end of banner
Go to start of banner

Retrieve markdown content from Bitbucket private repo managed by Google auth or other

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This article explains how we can retrieve markdown content from a Bitbucket private repository managed by google or other authentication

Instructions

  1. Go to Bitbucket and create an App password by navigating to your profile → Personal settings → App Password

  2. Login to the confluence with administrator access and create a markdown profile by navigating settings → Markdown configuration → profiles and clicking Add profile.

  3. In Profile section, Enter profile Name, choose Profile Type as URL and URL of the markdown file like https://api.bitbucket.org/2.0/repositories/$workspace/$repo/src/$commit/$filepath

  4. Provide your bitbucket user name and password that is produced in Step-1.

  5. Use Markdown from a URL macro in your confluence page and provide created Profile name to show markdown content.


  • No labels