
|
If you were logged in you would be able to see more operations.
|
|
|
JIRA
Created: 08/Jan/06 06:38 PM
Updated: 16/Jan/06 06:31 AM
|
|
| Component/s: |
Import / Export
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Issue Links:
|
Reference
|
|
|
|
This issue is related to:
|
|
JRA-8949
Bugzilla importer breaks with NullPointerException if Improvement or Bug issue type doesn't exist
|
|
|
|
|
|
|
Bugzilla and Mantis have more fine-grained options for things like statuses, resolutions and priorities. JIRA's importer is hardcoded for the JIRA defaults, which aren't as fine-grained, so some information is lost during the import.
Eg. RESOLVED and VERIFIED Bugzilla issues both become 'Resolved' in JIRA, and issues with 'Major' and 'Normal' priorities both get priority 'Major'.
|
|
Description
|
Bugzilla and Mantis have more fine-grained options for things like statuses, resolutions and priorities. JIRA's importer is hardcoded for the JIRA defaults, which aren't as fine-grained, so some information is lost during the import.
Eg. RESOLVED and VERIFIED Bugzilla issues both become 'Resolved' in JIRA, and issues with 'Major' and 'Normal' priorities both get priority 'Major'. |
Show » |
|
In BugzillaImporterBean.java
, things are hardcoded in a map:
Say you wish to preserve the VERIFIED status. To do this:
where 10000 is the status ID and 7 is the step id.