trello-to-deck
trello-to-deck copied to clipboard
trello-to-deck reads from an JSON export of Trello and creates a board in Nextcloud Deck.
### Issue To Deck imported attachment files are corrupted (.pdf, .docx) or contain text "unauthorized permission requested" instead of the Trello attachment content (.txt). Import of cards, comments, checklists works...
Import fails with the following traceback message: ``` Traceback (most recent call last): File "/home/peter/tmp/env_trello_migration/bin/trello-to-deck", line 52, in createdBoard = api.createBoard(truncate(board.title, MAX_TITLE_LENGTH), board.color) File "/home/peter/tmp/env_trello_migration/lib/python3.8/site-packages/trello_to_deck/deck.py", line 110, in createBoard boardId...
Currently only cards of non-archived trello stacks are migrated.
Right now background images are not migrated. Only colors of backgrounds are migrated.
Right now archived cards are not migrated as nextcloud can not deal with more than e.g. 2000 archived cards-