Hello,
My reuirement is if assignee field is empty means if assignee is like below
“assignee”: ,
then need to fill value of executed by in assignee , here executed by value is abc
so my end json is with assignee as below
“assignee”: “abc”,
“testExecutionKey”: “P002645-151”,
“tests”: [
{
“status”:“PASS”,
“testKey”:“P002645-154”,
“start”:“2023-02-21T14:32:24+01:00”,
“finish”:“2023-02-22T09:12:52+01:00”,
“executedBy”:“abc”,
“defects”: ,
“evidences”: ,
“steps”: [
{
“status”: “PASS”,
“defects”: ,
“evidences”:
},
{
“status”: “PASS”,
“defects”: ,
“evidences”:
},
{
“status”: “PASS”,
“defects”: ,
“evidences”:
},
{
“status”: “PASS”,
“defects”: ,
“evidences”:
},
{
“status”: “PASS”,
“defects”: ,
“evidences”:
},
{
“status”: “PASS”,
“defects”: ,
“evidences”:
},
{
“status”: “PASS”,
“defects”: ,
“evidences”:
}
],
“assignee”: ,
“testEnvironments”: ,
“iterations”: ,
“comment”:“”
}
help me on same
here only 1 test key is present in real multiple test keys will be present in one json file under test execution key
@supermanPunch