gamecat69 / wunderlist-to-trello

Migrate data from Wunderlist to Trello
4 stars 1 forks source link

Subtasks within Wunderlist items are not imported #1

Open jawaad-ahmad opened 4 years ago

jawaad-ahmad commented 4 years ago

Exported from Wunderlist account to JSON file. Examined the JSON export and I see subtasks for various items listed in the JSON file.

After importing, the Trello cards do not have the subtasks listed.

Here is the config.json I used:

{
  "TrelloAPIKey" : "...",
  "TrelloAPIToken": "...",
  "TrelloAPISecret": "3333",
  "WunderlistClientId": "4444",
  "WunderlistClientSecret": "5555",
  "WUnderlistClientToken": "6666",
  "TrelloTeamMemberId": "7777",
  "WunderlistExport": "Tasks.json",
  "ExcludedLists": "",
  "SkipCompletedTasks": "True",
  "ArchiveCompletedTasks": "False"
}

No plans to re-run this again; it did an awesome job otherwise so I'll take care of the subtasks manually.

Opening issue to document for the next person that's trying to work with this.