@@ -324,8 +324,9 namespace :redmine do | |||||
324 | :is_filter => true) if r.nil? |
|
324 | :is_filter => true) if r.nil? | |
325 | r.trackers = Tracker.find(:all) |
|
325 | r.trackers = Tracker.find(:all) | |
326 | r.projects << @target_project |
|
326 | r.projects << @target_project | |
327 | r.possible_values = %w(fixed invalid wontfix duplicate worksforme) |
|
327 | r.possible_values = (r.possible_values + %w(fixed invalid wontfix duplicate worksforme)).flatten.compact.uniq | |
328 | custom_field_map['resolution'] = r if r.save |
|
328 | r.save! | |
|
329 | custom_field_map['resolution'] = r | |||
329 |
|
330 | |||
330 | # Tickets |
|
331 | # Tickets | |
331 | print "Migrating tickets" |
|
332 | print "Migrating tickets" |
General Comments 0
You need to be logged in to leave comments.
Login now