Top Menu

Jump to content
Home
    • Projects
    • Activity
    • Work packages
    • 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
    • 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?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • Forums
  • Feature tour
    Feature tour
You are here:
  • Forums
  • Development

Content

Migrating to OpenProject

Added by Gregor Buergisser almost 5 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 over 4 years ago

Hello,

What have you done for this process?

RE: Migrating to OpenProject - Added by Gregor Buergisser over 4 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...