Project

General

Profile

Actions

Feature #3393

open

Trac importer: customizable trackers mapping

Added by Dr. Agon Smith almost 15 years ago. Updated almost 15 years ago.

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.

Actions #1

Updated by Jean-Philippe Lang almost 15 years ago

  • Tracker changed from Defect to Feature
Actions #2

Updated by Jean-Philippe Lang almost 15 years ago

  • Subject changed from Trackers mapping fails to Trac importer: customizable trackers mapping
Actions

Also available in: Atom PDF