Cross platform tool to migrate issues and wireup Clubhouse.io
- 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.
- Clone the repository
dotnet restore
dotnet run -p src/GitHub2Clubhouse.csproj