Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Login as Jira Administrator to configure the Markdown app.
  2. Under Manage Apps → Markdown for Confluence, click Configure.
  3. Navigate to Profiles → Add profile.
  4. Give a Profile name and select the Profile type as Github.
  5. Specify the URL as: 

    Info

    https://api.github.com/repos


  6. Pass the Username and Access token of the Github account.

    Note: Refer to this document for generating access token: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token



  7. Save Profile.
  8. Now, navigate to the page where the macro Markdown from a URL is used or Insert the macro to configure it.
  9. Click on the macro to edit it and pass the profile name(that's created through the above steps) in the Profile parameter.
  10. Within URL to markdown file parameter, pass the value in the given format:

    Info

    /{owner}/{repo}/contents/{file-path}


    Refer to this GitHub documentation for getting repository content format: https://docs.github.com/en/rest/reference/repos#get-repository-content




  11. Publish the page to see the results of the markdown file.

...