alm_update_test_case
Update fields like status, owner, or description on an existing test case. Automatically handles checkout and check-in to maintain version control.
Instructions
Update any field(s) on an existing test case.
Common fields: "name", "status", "description", "owner", "priority", "subtype-id". The test case must be checked out — set auto_checkout=true to handle this automatically.
Args: test_id: ALM ID of the test case. fields: Dict of ALM field names → new values. Example: {"status": "Ready", "owner": "jsmith", "description": "Updated desc"}. auto_checkout: If true (default), checks out before and checks in after editing.
Returns: {"test_id", "fields_updated": [...], "vc_status": ""}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_id | Yes | ||
| fields | Yes | ||
| auto_checkout | No |