-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: None
-
Component/s: Import / Export [Deprecated]
-
None
The Bugzilla importer prompts the user for project keys. If the user enters the key of an existing issue, JIRA goes ahead and creates another project with the same key:
mysql> select pname,pkey from project; +--------------+------+ | pname | pkey | +--------------+------+ | Test Project | TP | | ABC | TP | +--------------+------+ 2 rows in set (0.00 sec)
- relates to
-
JRASERVER-13346 Bugzilla importer should not ask for project key and project lead for existing JIRA projects
- Closed