Details
-
Bug
-
Status: In Progress
-
Minor
-
Resolution: Unresolved
-
Xray DC - v7.11.2
-
None
-
Xray DC
Description
When importing test results using the Xray JSON format, Xray always registers activity/history entries for the custom field Test Plan — even when no actual value is provided.
We've also observed the same behavior with the custom field Environment(s), which comes from the Apwide Golive app. These entries are recorded in the issue history during test result imports, despite no meaningful value being added.
Steps to reproduce
- import a test results, for instance
curl -H "Content-Type: application/json" -X POST -u admin:admin --data '{"testExecutionKey": "VANI-3","info":{"summary":"Execution of automated tests for release v1.3", "testEnvironments": ["iOS:Android"]},"tests":[ {"testKey" : "VANI-1", "status" : "EXECUTING" } ]}' http://localhost:10040/rest/raven/1.0/import/execution
- check the history of the test execution

Attachments
Issue Links
- mentioned in
-
Page Loading...