Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 849 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 849 Bytes

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