tentwentyfour / remaim

Redmine to Maniphest migration utility
MIT License
8 stars 2 forks source link

Add support to recountStory for changing tracker #11

Open kwisatz opened 8 years ago

kwisatz commented 8 years ago

Add support for tracker changes in the journal (e.g. from "bug" to "task"). In order to do so, one first needs to grab tracker information from redmine.

Example data:

Encountered an unknown journal entry: a:4:{s:8:"property";s:4:"attr";s:4:"name";s:10:"tracker_id";s:9:"old_value";s:1:"1";s:9:"new_value";s:1:"4";}
kwisatz commented 8 years ago

done in development, needs tests before new release