This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Migrate trello tasks to Microsoft Planner
Nicola Suter edited this page Aug 28, 2020
·
20 revisions
The Modern Workplace Concierge assists you with the migration from trello to Office 365 Planner.
- Create a new planner
- Export trello board as JSON
- Run the import with the Modern Workplace Concierge
If you're missing some planner plans your user has access to in the dropdown make sure to visit the plan first (issue on the Planner API). Details.
This list is intended as exhaustive and regularly updated. Entities not specified here are not migrated to planner.
trello data is represented in Microsoft Planner with the following attributes:
- Archived lists in trello --> discarded
- Tasks in archived trello lists --> discarded
- Lists in trello --> Planner buckets
- Task title
- Task description
- Task status [completed / open]
- Task DueDateTime
- Task Assigned user (Display name for the user in Office 365 needs to match!)
- Task attachments
- Task checklists
- Multiple checklists are merged in Planner because only one checklist per task is supported
- Checklist order and status [checked / unchecked] is discarded because of Graph ASP.NET SDK limitations
- Checklists in Planner are limited to 20 entries, if you have more these are discarded and a warning is displayed
- Checklist items in Planner are limited to 100 characters, if you have more, the text get's truncated and a warning is displayed
Simply modify the fullName
property in the "members": []
of your exported trello json to match the display name of your desired Office 365 Account:
This project is proudly presented and maintained by Nicola Suter