Skip to content

com.codepine.api.testrail.TestRailException: 400 - Field :case_ids is not a valid ID. #63

@mstumberger

Description

@mstumberger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions