create_test_cases_bulk
Create multiple test cases in Zephyr Scale with a single API call. Accepts an array of test case definitions and returns keys and URLs for each.
Instructions
Create multiple Zephyr Scale test cases in one call (POST /testcase/bulk). Each item accepts the same fields as create_test_case; an item without its own projectKey uses the shared projectKey parameter (or ZEPHYR_DEFAULT_PROJECT_KEY). The same constraints apply: folders must already exist, status/priority values are case-sensitive, owner is a Jira user key. Returns an array of { key, url } for the created test cases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testCases | Yes | Test cases to create, each shaped like create_test_case input | |
| projectKey | No | Shared project key for items that do not specify their own; defaults to ZEPHYR_DEFAULT_PROJECT_KEY |