Skip to content

e3rd/trello_json2gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

I needed to move my boards from Trello to Gitlab. It migrates the cards (issues), its columns (label), card checklists, card discussion and links to the attachments. While this solution may not compete with professional options, if you only have a couple of free boards, it might alleviate the pain.

Installation

pip install git https://github.com/e3rd/trello_json2gitlab.git

Requirements

Launch

Either define the token in an ".env" file or put it as an environmental variable:

GITLAB_TOKEN=... trello_json2gitlab.py TRELLO_JSON_PATH [GITLAB_PROJECT_ID] [GITLAB_URL]
GITLAB_TOKEN=... trello_json2gitlab.py downloaded.json  123456 https://gitlab.com

About

Migrates the Trello JSON to a Gitlab project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages