delatbabel / redmine-migrator

Migrate a project from redmine instance to redmine instance using the API
MIT License
9 stars 4 forks source link

Mapping Issue Type #1

Open fdaluisio opened 7 years ago

fdaluisio commented 7 years ago

Source Server : Turnkey Redmine 2.2.3 Destination Server: Turnkey Redmine 3.3

After define source, dest, url and key runme.php starts to mapping Issue Types. When runme discover the destination issue types it appears:

Source Issue Types

+-------+----------------------------------------------------+ | id | Tracker Name | +-------+----------------------------------------------------+ | 1 | Bug | | 2 | Feature | | 3 | Support | | 4 | Task | | 5 | Enhancement | +-------+----------------------------------------------------+

Source Issue Type ID 1, name: Bug

Destination Issue Types

+-------+----------------------------------------------------+ | id | Tracker Name | +-------+----------------------------------------------------+ PHP Warning: Illegal string offset 'trackers' in /home//programmi/redmine-migrator/runme.php on line 38 PHP Warning: Invalid argument supplied for foreach() in /home//programmi/redmine-migrator/runme.php on line 38 +-------+----------------------------------------------------+

Enter the destination issue type ID for source issue type Bug: