Migrating from telligent to discourse

In our website we used Telligent as forums. Now we are planning to migrate forums from Telligent to Discourse. In Telligent we are having around 4500 topics to migrate. We know the permalinks feature in discourse. But it is a looong process if we do it manually. Is there any automated way to add permalinks for all these 4500 topics in telligent.

The Telligent import script contains code that adds the permalinks upon importing.

https://github.com/discourse/discourse/blob/master/script/import_scripts/telligent.rb#L406

4 Likes

Hi Richard,

Thanks for the suggestion.

We are planning to do it through a external utility. While looking into the discourse API calls we found.

https://qa-forums.techsoup.org/admin/permalinks.json

So, we are planning to add permalinks using this API.