mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Feature request] Export (json, csv) #460
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 @HannesOberreiter on GitHub (Apr 4, 2024).
Just throwing in a feature request for exporting lists (and maybe full boards) as json and or csv file.
Thanks for the great work, so far.
Similar requests: https://github.com/plankanban/planka/issues/621, https://github.com/plankanban/planka/issues/22, https://github.com/plankanban/planka/issues/582
Cheers
Hannes
@danieldean commented on GitHub (Jan 30, 2025):
I was just looking for export abilities mainly as JSON. There is a chance I will have to migrate away from Planka not by choice. I would like to keep my board.
At the moment I know I port from Trello exist. In my mind reversing the process is maybe possible?
@meltyshev commented on GitHub (Feb 2, 2025):
Unfortunately, it's not possible yet to export as JSON via the interface. At the moment, you can either do a full export of everything using
docker-backup.shor useGET /api/boards/:idAPI endpoint to retrieve the board data in JSON format (though the format will differ from Trello's).@danieldean commented on GitHub (Feb 2, 2025):
@meltyshev thanks. Wasn't aware of the API method. This will at least mean I can save my board.