[Feature request] Export (json, csv) #460

Open
opened 2026-02-04 19:41:57 +03:00 by OVERLORD · 3 comments
Owner

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

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
OVERLORD added the enhancement label 2026-02-04 19:41:57 +03:00
Author
Owner

@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?

@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?
Author
Owner

@meltyshev commented on GitHub (Feb 2, 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?

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.sh or use GET /api/boards/:id API endpoint to retrieve the board data in JSON format (though the format will differ from Trello's).

@meltyshev commented on GitHub (Feb 2, 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? 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.sh` or use `GET /api/boards/:id` API endpoint to retrieve the board data in JSON format (though the format will differ from Trello's).
Author
Owner

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

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#460