Actions
Feature #3393
openTrac importer: customizable trackers mapping
Status:
New
Priority:
Normal
Assignee:
-
Category:
Importers
Target version:
-
Start date:
2009-05-20
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Traker mapping when importing from trac with migrate_from_trac.rake import only if destination tracker is placed on the first place in the list of present trackers in redmine. F.e. I've got 5 trackers defined; I've added
TRACKER_TASK = Tracker.find_by_position(5)
and modified
TRACKER_MAPPING = {
'defect' => TRACKER_BUG,
'enhancement' => TRACKER_FEATURE,
'Task' => TRACKER_TASK,
'patch' =>TRACKER_FEATURE
}
Traker named task is present on the fifth position. And when importing process ends all tickets (issues) that match 'Task' keyword in trac are not imported at all. If i place 'Task' tracker on the fist position "Task" tickets import goes ok.
Updated by Jean-Philippe Lang over 15 years ago
- Tracker changed from Defect to Feature
Updated by Jean-Philippe Lang over 15 years ago
- Subject changed from Trackers mapping fails to Trac importer: customizable trackers mapping
Actions