Deck: Import from trello

Created on 3 Feb 2017  路  17Comments  路  Source: nextcloud/deck

Hi there!
Awesome idea, currently i use trello.
It would be a pain to migrate by hand, however, trello offers a API.
Would it be possible to write some kind of importer?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

enhancement stale

Most helpful comment

There you go: I'll create issues for missing stuff: https://github.com/maxammann/trello-to-deck

All 17 comments

That would be definitely super nice to have also for other apps, but it is no priority for me now.

We could also offer a public API for deck so that people can build simple import scripts for various other tools similar to this one: https://github.com/matueranet/kanboard-import-trello

This is what I need the API for, so I can import from Trello. Happy to do the work, as I mentioned in #83.

I +1 this feature request. It would really ease up the process to make the switch from cloud-based to local installation.

Trello also supports JSON exports in their free version.

I guess using this for a one-time import would be much easier than deep-diving into their api.

@weipah The API was basically meant to be for Deck so users can script their import from various platforms.

I see the sense of importing trello data directly from the webinterface, but I will not have time to implement this in the near future. Several other features will be focused before. But as always, if anyone wants to contribute, pullrequests are always welcome.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

can this be reopened again? I would like to have that feature as well.

This would be a nice feature, however currently there are no plans to implement this in the near future. In general I would be a lot more happy if importing from various 3rd party services and software would be done using the API, so we keep the deck code clean from other dependencies. Thus I will keep this ticket closed for now. If somebody wants to implement this feature nevertheless we are happy to assist and help out.

If you wish to have this feature implemented by the Nextcloud GmbH there is the option for consulting work on top of your Nextcloud Enterprise subscription to get your features implemented.

Let's get this reopened please. I'm for it!

I'd like it to reopened as well.

Would love to see this re-opened. Currently this is the only thing keeping me from migrating to Deck.

@brokencode64 we definitely have this on our radar but will be via the API using Trello export JSON format (because last I checked that was only free export format).

If somebody wants to implement this feature nevertheless we are happy to assist and help out.

This still counts even if the ticket is closed.

A general note:
Please use the Github Reactions feature instead of commenting that also need a specific feature. That way we can see your support without notifying all users subscribed to a given issue.

Now on the trello import:
Imo the first step would be to have a general import/export available (#87), once that is in place we can thing about how the trello json could be mapped to our data structures.

I'm currently working on writing an external import tool in python. I have now an in-memory view of the trello data which can be imported into Deck.

What about Trello boards that have Epics and other big aspects that Deck doesn't yet have?

@BloodyIron so far I did not encounter Epics in the JSON export of Trello. PowerUps etc will be lost I suppose. The migration has to be lossy.

Checklists are appened as markdown in the description for example.

@maxammann maybe you can post the link to your repository here? Then this kind of questions can be handeled in separate issues.

PowerUps etc will be lost I suppose

Maybe there will be a way in the future to export PowerUp stuff as json and attach it as a json file attachment to the cards or so...

There you go: I'll create issues for missing stuff: https://github.com/maxammann/trello-to-deck

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NebriBlackwing picture NebriBlackwing  路  4Comments

wdfee picture wdfee  路  4Comments

RobertZenz picture RobertZenz  路  4Comments

armaccloud picture armaccloud  路  3Comments

desperateCoder picture desperateCoder  路  3Comments