Reminder to all repository users: Please do not add , commit and push any data files to your remote git repositories. The disk space the Git server is limited, it wasn't dimensioned to host anything else than code. Solely your code files need versioning. The data inputs/outputs don't. A good idea is to do "git add" individually on each file you want to commit, to avoid versioning unwanted content.

Import your project from FogBugz to GitLab

It only takes a few simple steps to import your project from FogBugz. The importer will import all of your cases and comments with original case numbers and timestamps. You will also have the opportunity to map FogBugz users to GitLab users.

  • From your GitLab dashboard click 'New project'

  • Click on the 'FogBugz' button

FogBugz

  • Enter your FogBugz URL, email address, and password.

Login

  • Create mapping from FogBugz users to GitLab users.

User Map

  • Select the projects you wish to import by clicking the Import buttons

Import Project

  • Once the import has finished click the link to take you to the project dashboard. Follow the directions to push your existing repository.

Finished