Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
moving Test issues between projects looses Test Type (gets null) if projects have custom test types.
Currently we're looking by Test Type having the same id, assuming that projects are using global test types.
As a fallback, we should try to find a Test Type in the destination project having the same name and the same kind.
If still not found, then use the first Test Type having the same kind.