-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Medium
-
None
-
Affects Version/s: None
-
Component/s: Import / Export [Deprecated]
-
None
There is a bug in JIRA's Bugzilla importer where the issue description is sometimes lost. This happens quite rarely (5 times in 1700 issues in one test). It is due to a stale cache being used and the (description-less) cached issue persisted.
Affected issues can be identified with a SQL query:
SELECT pkey FROM jiraissue WHERE description IS NULL;
- duplicates
-
JRASERVER-3875 description from Bugzilla is lost for some issues
-
- Closed
-