create_test_case
Create test cases in Zephyr Scale Cloud for Jira projects to manage testing processes with structured objectives, preconditions, and labels.
Instructions
Create a new test case
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the test case | |
| projectKey | Yes | Jira project key where the test case will be created | |
| description | No | Description of the test case | |
| folderId | No | Folder ID where the test case will be created | |
| component | No | Component ID for the test case | |
| labels | No | Labels for the test case (single string or array of strings) | |
| objective | No | Test objective | |
| precondition | No | Test precondition | |
| estimatedTime | No | Estimated time in minutes (will be converted to milliseconds) |