Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Fixed
-
None
-
XRAYCLOUD 2024 Sprint 11
-
Description
In GraphQL when thereis a repeated Issue ID, this should be ignored and the Test Execution created
- When creating the Test Execution using GraphQL, if the same Issue Id is repeated an error message appears:
{ "errors": [ { "message": "Error creating Test Execution: tests, in field 'tests', with the following ids not found: !",
- The repeated Id should be recognized as repeated and the Test Execution created.