Overview
A command-line tool that moves whole Trello boards into YouTrack without dropping the history along the way.
The problem
Switching project tools usually means walking away from years of context: the cards, the discussions, the attachments, the checklists nobody wants to recreate by hand.
What I built
A Python tool with a clean split between export and import, and user mapping you set in a simple JSON file.
- Nothing left behind. Cards, comments, attachments, labels, checklists and assignments all come across.
- Two clean stages. Export and import are fully decoupled, so each side is easy to reason about.
- Configurable. Users and fields are mapped through one JSON file.
Result
A tool switch that does not cost you your history.