Skip to content

Commit

Permalink
Merge pull request #10 from HannesOberreiter/patch-1
Browse files Browse the repository at this point in the history
doc: update import_from_trello.md
  • Loading branch information
meltyshev authored Mar 21, 2024
2 parents b23c90a + cf69179 commit 67421aa
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions docs/Configuration/import_from_trello.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Import from Trello
# Importing from Trello

It's already available in Planka, or you can also use the great tool [trello2planka](https://github.com/christophenne/trello2planka) to do the import.
Planka supports importing data from a single Trello board in JSON format. Here's how to do it:

## 1. Exporting from Trello:

First, you'll need to export your Trello board data as a JSON file. Head over to Trello's documentation for instructions on exporting data: [support.atlassian.com/trello/docs/exporting-data-from-trello/](https://support.atlassian.com/trello/docs/exporting-data-from-trello/).

## 2. Importing into Planka:

- Open a project in Planka.
- Create a new board and select a name.
- Click the Import button.
- Select Trello as the import source.
- Choose the downloaded JSON file from your computer.

Important Notes:

If you're running Planka without SSL encryption, Chrome might block access to your file system.
User information and attachments from Trello won't be imported during the Planka import process.
Currently, Planka can only import one checklist per card.

## Looking for More Features?

If you need an import script with more advanced features, check out the excellent tool called trello2planka available on GitHub: [trello2planka](https://github.com/christophenne/trello2planka).

0 comments on commit 67421aa

Please sign in to comment.