Skip to content

trello-to-deck reads from an JSON export of Trello and creates a board in Nextcloud Deck.

License

Notifications You must be signed in to change notification settings

maxammann/trello-to-deck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

trello-to-deck

Move to the bright side!

trello-to-deck reads from an JSON export of Trello and creates a board in Nextcloud Deck.

Installation

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.

Usage example

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.

MUST READ: What is NOT migrated?

  • 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

What is migrated?

  • Labels
  • Stacks
  • Cards
  • Checklists (yes they are supported by Deck!)
  • Due-date
  • Order of Stacks, Cards, Checklists etc.
  • Link/Reference to the original trello card (as comment)
  • Comments on cards: #4
  • Attachments: #2

About

trello-to-deck reads from an JSON export of Trello and creates a board in Nextcloud Deck.

Resources

License

Stars

Watchers

Forks

Languages