-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migration.pl ignores OTRS Tags in the ITSM ChangeManagement Notification #883
Comments
Hi @OlliW, first a question because I'm not really familiar with upgrading and migrating the ITSM package. How did you transfer the ITSM related data from OTRS to OTOBO? I think that migration instructions for ITSM is missing in https://doc.otobo.org/manual/installation/stable/en/content/ and that the ITSM tables are not handled in migration.pl. When the ITSM tables are available then a quick fix for the notifications should be a simple SQL statement in the OTOBO database.
|
Remove unused message in the setup of tasks. Nest result hash less deeply. Remove support for running all tasks in a single run, as that was unused.
Fiddled a bit with the migration modules. Added a module for migrating the ITSM tables. But the real problem is finding a good test case where this can be tested. TODO:
|
There is no apparent benefit from the check, as the existence of the relevant Perl module is already checked.
Use the new method for updating 'change_notification_message'
…rate Issue #883 otobo itsm tables migrate
Found no further ITSM tables that contain macros like '<OTOBO_'. A test migration looked fine. Merged the PR as it has some simplifications of the migration modules. @svenoe There is a new migration task OTOBOItsmTablesMigrate which is current activated. However, the task is still untested, as my source database doesn't have ITSMChangeManagement installed. I propose that we deactivate the new task, unless we manage to do a meaningful test migration of an installation that actually uses change management. |
Did a testmigration from Znuny 6.0, PostgreSQL to OTOBO 10.0, Mysql with ITSMChangeManagement installed, but no actual changes. The migration result looks fine: Source OTRS:
Target OTOBO:
|
PR was already merged. Closing this issue. |
migration.pl ignores OTRS Tags in the ITSM ChangeManagement Notification
The text was updated successfully, but these errors were encountered: