Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
R3.3.6
-
None
-
None
-
None
-
-
2
Description
When using the Xray JSON and update a TE with a unknown user fields that are updated and others not.
The fields that are in the "tests" object are updated, the fields that are in the "info" object aren't updated; all the fields on the info object should be updated, including the "summary", the "description", among others.
/rest/raven/1.0/import/execution
{ "testExecutionKey": "XCFE-34", "info" : { "summary" : "This is a Test", "description" : "This execution is automatically created when importing execution results from an external source", "user" : "unknownuser", "revision" : "1.0.42134", "startDate" : "2014-08-30T11:47:35+01:00", "finishDate" : "2014-08-30T11:53:00+01:00", "testPlanKey" : "XCFE-33" }, "tests" : [ { "testKey" : "XCFE-29", "start" : "2014-08-30T11:47:35+01:00", "finish" : "2015-08-30T11:50:56+01:00", "comment" : "Successful execution", "status" : "FAIL" } ] }