diff --git a/Ginger/GingerCore/ALM/QCRestAPI/ExportToQCRestAPI.cs b/Ginger/GingerCore/ALM/QCRestAPI/ExportToQCRestAPI.cs index 4db22bf1be..853db6f940 100644 --- a/Ginger/GingerCore/ALM/QCRestAPI/ExportToQCRestAPI.cs +++ b/Ginger/GingerCore/ALM/QCRestAPI/ExportToQCRestAPI.cs @@ -867,7 +867,7 @@ private static QCItem ConvertObjectValuesToQCItem(object item, ResourceType type } if (itemVals.GetType().GetProperty("TestOrder") != null && itemVals.GetType().GetProperty("TestOrder").GetValue(itemVals, null) != null && !isUpdate) { - itemWithValues.Fields.Add("test-order", itemVals.GetType().GetProperty("TestOrder").GetValue(itemVals, null)); + itemWithValues.Fields.Add("order-id", itemVals.GetType().GetProperty("TestOrder").GetValue(itemVals, null)); } if (itemVals.GetType().GetProperty("TestId") != null && itemVals.GetType().GetProperty("TestId").GetValue(itemVals, null) != null && !isUpdate) {