Hey,
recently we updated to TestRail v6.6.1.1166
When I want to add specific test cases to run like described in api documentation
testRun.setIncludeAll(false);
testRun.setCaseIds(testCases);
testRailService.runs().update(testRun).execute();
testRailService.runs().close(testRun.getId()).execute();
I get the following message:
com.codepine.api.testrail.TestRailException: 400 - Field :case_ids is not a valid ID.
at com.codepine.api.testrail.TestRailException$Builder.build(TestRailException.java:57)
at com.codepine.api.testrail.Request.execute(Request.java:142)
Can someone else also reproduce and confirm ?
Best regards,
Marko