mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: For one specific trello JSON file, titles and descriptions are imported without comments #526
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michaeledi on GitHub (Jun 14, 2024).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
No response
Current behaviour
I imported several Trello board JSONs, most of them went well except for the one that has the most content inside, the file size of the JSON is 4.46MB while others are less than 3MB. After importing, only titles and descriptions are preserved, I tried multiple times, even regenerated the JSON files, but only that file didn't work well.
Desired behaviour
No response
Steps to reproduce
Upload the specific JSON file I exported from Trello then import it to Planka board.
Other information
No response
@michaeledi commented on GitHub (Jun 14, 2024):
I can provide the JSON file for bug reproduction if necessary, thanks in advance for the great Planka app!
@meltyshev commented on GitHub (Jun 14, 2024):
Hi! Thanks for noticing that. It would be great if you could provide a JSON file and I'll check what exactly is wrong. But please remove all important data from this file.
@michaeledi commented on GitHub (Jun 16, 2024):
Thanks, I've emailed you the JSON file, please kindly check it :)
@meltyshev commented on GitHub (Jun 18, 2024):
Thanks for sending the JSON file! I'd like to clarify what data was not imported? By the way, we still don't have support for importing card members and attachments. Also, only used labels are imported, but it seems that it's not good and we should import all labels...
@HannesOberreiter commented on GitHub (Jun 19, 2024):
@michaeledi, it seems your export might be incomplete. The default export from Trello supports only up to 1,000 actions. Given the size and age of your board, it's likely that not all actions were included in the export.
To generate a full export from Trello, you'll need to use the REST API, which requires a Power-Up Access Key. You can find more details here: Trello REST API Guide.
(In our case with a big board we deleted all archived items, as they also count to the limit and will be exported.)
Cheers,
Hannes
@michaeledi commented on GitHub (Jun 24, 2024):
Thanks for the tips @HannesOberreiter :) I will do that instead :)