Skip to content

naokisatoname/migrate-osticket-to-gitlab-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

migrate-osticket-to-gitlab-issues

Migrate osTicket tickets and tasks to GitLab as Issues in a specific project.

Usage

$ bundle install --path vendor/bundle
$ bundle exec ruby migrate.rb

Prerequisite

Before you run the script:

  • config/config.yml needs to be created for your envirnment.
  • assets/sql/create-views.sql needs to be run on osTicket MySQL database, to create some views.

Note

Tested on:

  • osTicket : 1.10
  • MySQL : 5.7
  • Gems
    • gitlab : 4.4.0
    • mysql2 : 0.5.2

About

Migrate osTicket tickets and tasks to GitLab as Issues in a specific project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages