ContributionsMost RecentMost LikesSolutionsHow to set custom fields of testcase via REST API Hi, Using the REST API I am able to create a new testcase and create test steps, but I am not able to set the customProperties field of the testcase which in this case are two. GET-ing a testcase these are named as zcf_1017 and zcf_1019. When I try creating the testcase with "customProperties": {"zcf_1017": "Just", "zcf_1019": "Testing"}, nothing happens. How can I set these custom fields through the API? Morten