Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
XRAY 2020 Sprint 3
-
Description
The migration tool should be more defensive when migrating zephyr defects. In a hypothetical scenario where these are invalid (respective Jira issue do not exist), the migration tool will be aborted with an unexpected error.
In the logs we may see:
Caused by: java.lang.NullPointerExceptionCaused by: java.lang.NullPointerException at com.xpandit.raven.zephyrimport.service.impl.ZephyrLinkManagerImpl.createCreateIssueLinkChangeItems(ZephyrLinkManagerImpl.java:130) at com.xpandit.raven.zephyrimport.service.impl.ZephyrLinkManagerImpl.changeItems(ZephyrLinkManagerImpl.java:104)