Deck officially introduced in v1.7.0-beta.1 a feature to import from Trello: deck#3182. I did not test this new feature, but I would assume that this project is now deprecated.
Move to the bright side!
trello-to-deck reads from an JSON export of Trello and creates a board in Nextcloud Deck.
pip install git+https://github.com/maxammann/trello-to-deck
Note: You should not execute this command as root
. Install it as your normal user and add ~/.local/bin/
to your path.
After that you should be able to execute the command trello-to-deck
to view the help.
First get a JSON export of your Trello board as described here and save it as trello.json
. Make sure not to delete the board before the migration. Otherwise all attachments are lost!
Then simply invoke the CLI tool trello-to-deck
:
# trello-to-deck
usage: trello-to-deck [-h] input_json nextcloud_instance username password
trello-to-deck: error: the following arguments are required: input_json, nextcloud_instance, username, password
You have to provide the arguments input_json
e.g. trello.json
, nextcloud_instance
e.g. https://example.org/nextcloud
and the username
and password
for nextcloud. If you have 2-FA please create a temporary app passowrd for converting to Deck.
- Creating archived cards: #1 I have over 2000 archived cards in my personal Trello. Right now Deck can not handle this amount. Therefore currently no archived cards are migrated!
- Assigning the correct people on the cards. Only the creating account is assigned right now: #7 #6
- Votes: #3
- Background: #5
- Cards of archived stacks: #10