Update case order in plan
kiwi_plan_update_case_orderUpdate a test case's position in a test plan by setting its sort key, enabling custom display order.
Instructions
TestPlan.update_case_order: sortkey, e.g. 10, 20, 30.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Test case id | |
| plan_id | Yes | Test plan id | |
| sortkey | Yes | Display order in the plan, e.g. 10, 20, 30 |