Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Development
  1. OpenProject
  2. Forums
  3. Development
  4. Migrating to OpenProject

Migrating to OpenProject

Added by Gregor Buergisser over 6 years ago

I'm planning to migrate from another bug tracking tool (cvstrac) to OpenProject. Currently I'm developing a migration tool using the OpenProject v3 API.

Of course I want the ticket/workpackage numbers from the old system to remain the same in OpenProject (other resources in the enterprise are referring to these numbers).

How can I accomplish this? Any general ideas or thoughts about the migration process?

Thanks for your advice!


Replies (2)

RE: Migrating to OpenProject - Added by Muhammad Rahman about 6 years ago

Hello,

What have you done for this process?

RE: Migrating to OpenProject - Added by Gregor Buergisser about 6 years ago

I ended up with the following process:

  • First generate as many dummy workpackages via the API as there are tickets in the old bug tracking tool.
  • Updating the dummy workpackages via the API with the data from the old bug tracking tool. E.g. setting the data from old ticket XY in the workpackage XY.
  • During the update of the workpackages I also generate SQL statements which can be run directly on the OpenProject mysql database to set the author and the creation date of the workpackages. Thus I don't loose the original history.

Hope this helps.

  • (1 - 2/2)
Loading...