Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Not a Problem
-
None
-
None
-
XRAYCLOUD 2024 Sprint 5
-
Description
Description
When importing Xray JSON results and the summary contains a dash in front of whitespace, causes to duplicate the Test issues being created.
How to reproduce
- Import the following example Xray JSON file result:
{ "info": { "project": "XL", "summary": "Execution Results [BUG]" }, "tests": [ { "status": "PASS", "testInfo": { "projectKey": "XL", "summary": "Project -Summary", "type": "Manual" } } ] }
Actual result/Attachments
When importing consecutive times, the Tests are duplicated because no Test with the same Summary is found.
Expected result
The Test should be updated.