create_test_collection
Create a manual test run collection to organize test cases for a project. Optionally add case IDs, set priority (defaults to medium), and link to a release or folder.
Instructions
Create a new test collection (a single manual run) and optionally add test cases to it. This is one manual run, NOT the top-level Executions-page container - use create_execution for that (an execution can then include this collection via add_collections_to_execution). Returns the created collection with count of added tests. Omit priority to default to "medium".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Collection name (e.g., "Sprint 42 Regression") | |
| caseIds | No | Numeric test case IDs to add to collection (e.g., [1, 2, 3]) | |
| folderId | No | Folder UUID to place collection in (omit for root level) | |
| priority | No | OPTIONAL - defaults to "medium". Valid: low, medium, high, critical. | medium |
| projectId | Yes | Project UUID to create collection in | |
| releaseId | No | Link to a release UUID | |
| assignedTo | No | Email address of the assigned tester | |
| description | No | Detailed description of the test collection | |
| environment | No | Target environment (e.g., "staging", "production") |