ctolkien / GitHub2Clubhouse

Tool to migrate issues and wireup Clubhouse.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub2Clubhouse

Cross platform tool to migrate issues and wireup Clubhouse.io

What's it do?

  • Converts all your open issues from a specified GitHub repository to Clubhouse stories. Including comments.
  • Creates Clubhouse Epics to align with any GitHub milestones
  • Preserves item creation dates
  • Maps GitHub users to their corresponding ClubHouse users where appropriate. In the case where the usernames do not align, there is a usermapping.txt file which can be used for manual mapping.
  • Can also automate creating the Clubhouse webhook in the GitHub repository.

Sample image

Requirements

Running

  • Clone the repository
  • dotnet restore
  • dotnet run -p src/GitHub2Clubhouse.csproj

About

Tool to migrate issues and wireup Clubhouse.io

License:MIT License


Languages

Language:C# 100.0%