Details
-
Bug
-
Status: Ready for Release
-
Minor
-
Resolution: Unresolved
-
Xray DC 8.4.1
-
None
-
Any Jira
Description
Description
The migration fails when there is a test call that points to an issue that is no longer a Test.
How to reproduce
- Create 2 tests (A and B)
- Add 2 steps to test A and call test B
- Change issue type of test B to something else
- Create a test execution
- Link test A with the execution, but do not start the test run
- Migrate
Actual result/Attachments
It will result on an exception, like this and the process will end
java.lang.IllegalArgumentException: Issue 'TEST-B' is not of type Test
Expected result
It should migrate without any issue