ralli / bz2redmine

Bugzilla to Redmine migration script
Other
13 stars 8 forks source link

Mail notification changes in Redmine #3

Closed cjfields closed 13 years ago

cjfields commented 13 years ago

Thanks for writing a wonderful tool, helped us migrate over from our bugzilla setup to Redmine.

The latest versions of Redmine (ours is 1.1.1) have changed the mail_notification slot to a text value for different settings (it's not just 0/1 anymore). This was causing problems with our Redmine update, with ''Email notifications is not in the list" errors showing up in Redmine.

ralli commented 13 years ago

I changed the default value for the mail_notifications settings of users to 'only_my_events'. You can fix your user data using the following SQL-statement: update users set mail_notifications='only_my_events' where mail_notifications='0';

cjfields commented 13 years ago

Yep, did this already. The migration was a little tricky in our case (started with Bugzilla v.2, which we had to migrate to v3 prior to redmine, but then after that bz2redmine worked fine).

One other thing that popped up was that links in bug reports to attachments or previous comments are now missing or mistakenly caught as redmine wiki syntax:

http://redmine.open-bio.org/issues/3183

We can probably fix that, but I'm sure this will be raised at some point. Can file as a feature request in case you want it logged.

ralli commented 13 years ago

Posted a new issue here: https://github.com/ralli/bz2redmine/issues#issue/4