Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,652
Community Members
 
Community Events
185
Community Groups

I want to Publish Markdown to Confluence, Is there a tool to publish it directly ?

Edited

I have some markdown pages (like Readme.md in bitbucket) which I would like to publish to confluence. Is there any tool that would use the Confluence API to publish the markdown as a Wiki page in confluence?

1 answer

0 votes
Kishan Sharma
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 19, 2021 • edited

Hi @Adharsh Manikandan Welcome to the Atlassian Community! Could you please let us know what is the format of the markdown pages ? is it a text or code in any programming language ?

Hello @Kishan Sharma ,

 

I am thinking of documentation as code with files similar to Readme.md in bitbucket. And publish them to Confluence automatically upon changes ( would be great if create, update are available )

Kishan Sharma
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 19, 2021 • edited

Thanks for confirming. I haven't come across any plugins that can trigger automatic confluence page creation process (from other tools except JIRA), but you can write your own script and using REST API endpoints you can create / update pages in your confluence wiki. Refer REST API documentation here. I think the challenge here will be the trigger point to know when to create/update page. On unix - you can create a cronjob to keep monitoring your readme.md file in bitbucket and then hit rest call to update the confluence page if there are any updates to it.

==>the trigger point to know when to create/update page.

Given the context of the question, I suspect that would be whatever triggers a build in the bitbucket repo.

I am also interested this question and did a quick search of the marketplace and there are a couple that looked interesting that have both server (our current implementation) and Cloud (where we are all headed).  Both of these mention import from bitbucket, etc. I have not tried either.

@Adharsh Manikandanany updates on this?
Did you find a solution or use any of the marketplace apps suggested up here?

I am very curious about it and I would like to know if you find a solution!

I would like to enable something similar :-)

@Giorgio Catenacci 

I found two tools mark written in go and md to confluence written in python.

 

Anyhow I ended up writing my own tool to do that using.. atlassian api sdk written in python.

Like Ross Murphy likes this

@Giorgio CatenacciI don't think @Adharsh Manikandan took your meaning that you wanted him to share the links or names.

I would also love to see a simple python example. Care to share?

@Adharsh Manikandan can you share the links of the tools that you found?

Like # people like this

Hi,

I have launched a set of tools to help with publishing Markdown to Confluence. I would appreciate some feedback if they are helpful and if there is any improvements that you are using in other tools and like having. 

https://github.com/markdown-confluence

https://markdown-confluence.com/

https://markdown-confluence.atlassian.net/wiki/spaces/docs/overview

 

Cheers,

Andrew

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events