📤 Export Trello Board in CSV for FREE [and optionally] Import to YouTrack.
You can run the desired script at the scripts/
dir:
scripts/exporter.py
to export a Trello board in CSV.scripts/importer.py
[stub] to import or update YouTrack Issues.
- The import is tested only on the cloud version of YouTrack.
- The Trello boards as well as all other subsequent platforms are arranged [loosely] to follow the Scrum framework. Although it is not a strict requirement for the current export/import process.
- Make sure you have the list of user emails.
- Read the official documentation.
- Create a fresh Project (with type Scrum)
- Attach project Workflows:
- [OPTIONAL] attach Due Date:
- de-activate
Require due dates for submitted issues
- de-activate
- [OPTIONAL] attach Due Date:
- [pre-import] Edit project Fields:
- set Type of
Story points
tofloat
: to allow CSV values offloat
to be merged (YouTrack does not acceptinteger
when importing from CSV). - set Type of
Assignee
toMultiple values
: again, to allow CSV values to be merged and not to create a duplicate field (YouTrack importsuser
as multi-value field). - [OPTIONAL] define
Priority
values - [OPTIONAL] select the desired Default Value of
Priority
- [OPTIONAL] set Default Value of
Priority
to the desired value - [OPTIONAL] set Default Value of
Type
toUser Story
- set Type of
- Import the CSV via
Integrations > Imports
- [post-import] Edit project Fields:
- [OPTIONAL] set Type of
Story points
tointeger
- [OPTIONAL] set Type of
Assignee
toSingle value
- [OPTIONAL] set Type of