Skip to content

inequation/trello2redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

trello2redmine

This is a tiny tool I've written to migrate all of our issue tracking data at once. It uses Trello's JSON export feature and the JSON flavour of Redmine's REST API.

We had been using Trello as a stop-gap solution while our internal services (including Redmine) were being set up. Hence the limited scope of support for features – it was a one-time operation, and I don't really have a vested interest in the application, but it may be of use to others.

Dependencies

Tested with Python 2.7, but was written with Python 3 compatibility in mind.

Beyond the standard library, the script only requires Requests for HTTP support.

Configuration and usage

Edit trello2redmine_config.py and fill in the details of your installation. Then just run the script.

Known issues

Not all features of Trello are supported. What works:

  • creating Redmine issues from Trello cards,
  • importing Trello card comments as Redmine issue comments,
  • importing Trello checklists as plain text, appended to the issue description,
  • mapping Trello users to Redmine users,
  • mapping Trello lists to Redmine statuses,
  • mapping Trello card labels to Redmine priorities.

What doesn't:

  • multiple Trello card assignees: corresponding Redmine issue will only be assigned to the first one in Redmine,
  • everything else.

Licensing

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2004 

 Copyright (C) 2016 Leszek Godlewski

 Everyone is permitted to copy and distribute verbatim or modified 
 copies of this license document, and changing it is allowed as long 
 as the name is changed. 

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 

  0. You just DO WHAT THE FUCK YOU WANT TO.

About

Tiny tool to migrate Trello boards to Redmine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages