update_test_case
Modify existing test cases in Zephyr Scale Cloud by updating details like name, description, objectives, and labels to maintain accurate test documentation.
Instructions
Update an existing test case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testCaseKey | Yes | Test case key to update (format: [A-Z]+-T[0-9]+) | |
| name | No | Updated name of the test case | |
| description | No | Updated description of the test case | |
| folderId | No | Updated folder ID | |
| component | No | Updated component ID | |
| labels | No | Updated labels (single string or array of strings) | |
| objective | No | Updated test objective | |
| precondition | No | Updated test precondition | |
| estimatedTime | No | Updated estimated time in minutes (will be converted to milliseconds) |