Run status mapping field is for mapping the test result's status values to ALM run status value.
Yaml key represents the ALM run status values. Only one of the following status can be set here:
Passed
Failed
Yaml value represents the condition that sustains the status. Ten kinds of conditions can be set here:
==StringValue
!=StringValue
==0 (Or any numeric value)
!=0 (Or any numeric value)
>>0 (Or any numeric value)
<<0 (Or any numeric value)
<=0 (Or any numeric value)
>=0 (Or any numeric value)
==NULL
!=NULL
You should first set the status field in field mapping.