The examples shown on this page show a second JSON file that contains the optional fields. within the object xrayFields is there an available option to import results directly to an existing test execution? testExecKey or something like this? I cant find any documentation that shows what fields are available within that property.
{ "fields" : { "project" : { "id" : "10402" }, "summary" : "Brand new Test execution" , "issuetype" : { "id" : "10007" }, "components" : [ { "name" : "Interface" }, { "name" : "Core" } ] }, "xrayFields" : { "testPlanKey" : "DEMO-15" , "environments" : [ "Chrome" , "Windows" ] } } |