Change a kanboard

first give you congratulations on the application.

We found it to be a very good project We want to change our organization to Kanboard.

We are currently working with Wekan I wanted to ask a few questions …

We are about 120 users working on boards, is it fluid with so much workload?
is it possible to import the boards from wekan to kanboard?
we can export them to json. We have seen a kanboard2trello plugin, do you think we would care about the wekan board with this plugin?
Do you know how we could import them?

thanks

1 Like

Hello,

If you have all necessary data in json exports, Kanboard has an API that allows you to automate virtually all what is done in the UI. This requires relatively basic programming skills in python for instance. Here is the link to the API documentation.

If you do not have access to development resources, especially for this one shot action, I would recommend Knime Analytics Platform that could be used to create easily a workflow that would read your json exports, put the data in the correct format and launch the different queries on the Kanboard API to create all projects, tasks and metadata in your Kanboard instance, without one line of coding!

Knime Analytics Platform is totally free and is really worth learing is you use regularly large datasets from various sources to various destinations.

Regards,

Sébastien