Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

Confluence REST APIs vs Java development for dynamically creating spaces and pages

Edited

I have developed a small DITA plugin that converts DITA content to Confluence format and creates Confluence pages using REST APIs. It does its job ok. Recently, we faced an issue after upgrading to the latest version of Confluence. The pages would not be created unless we refresh pages manually in Confluence. That got me thinking.

Is there any other way to dynamically create Confluence pages and spaces?

Uses cases:

  1. Publish dita maps to Confluence
  2. When a dita topics are updated, publish the map to Confluence and update the pages without deleting the space - we would like to preserve comments. And we would like to maintain the source in DITA.
  3. Convert a bunch of dita maps as a Confluence space

I am able to achieve most of these using REST APIs. But it's slow and then new upgrades can cause problems. 

Is Java based development a better option in this case? If yes, could you please redirect me to some resource that could get me started?

 

1 comment

Minh Tran
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 21, 2020

@antony terrence REST api is a good option for creating spaces / pages

However, you can also use the java api to do such thing

You can check out https://developer.atlassian.com/server/confluence/ for how to develop the Confluence plugin and its api

@Minh Tran @I am not trying to build a confluence plug-in. I am trying to build a DITA plug-in that will push content to Confluence server. Is that possible without REST APIs

Minh Tran
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 22, 2020

I am not sure what DITA plug-in is. Is that a plugin from another system?

If yes, REST api might be the only option for you if you want to migrate data that system into Confluence

Another option is to write Confluence plugin but connect to that DITA system database and do the migration via Confluence Java api 

@Minh Tran DITA is an external system. It generates XHTML pages. We need to import those pages into Confluence programmatically. Also, the TOC should be retained after posting the pages to Confluence. Is there any other way to do it efficiently than REST APIs?

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events