trello-to-deck icon indicating copy to clipboard operation
trello-to-deck copied to clipboard

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

Results 8 trello-to-deck issues
Sort by recently updated
recently updated
newest added

### 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...

bug

Currently only cards of non-archived trello stacks are migrated.

enhancement

Right now background images are not migrated. Only colors of backgrounds are migrated.

enhancement

Right now archived cards are not migrated as nextcloud can not deal with more than e.g. 2000 archived cards-

enhancement