create_project
Create a new TestLink test project by specifying a unique name and case prefix, with optional settings for automation, requirements, inventory, and visibility.
Instructions
Create a new TestLink test project (tl.createTestProject).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Free-text project description. | |
| active | No | ||
| public | No | Whether the project is visible to all users. | |
| testcaseprefix | Yes | Short prefix used to generate test case external IDs, e.g. 'PROJ'. | |
| testprojectname | Yes | Full, unique project name. | |
| inventoryEnabled | No | Enable inventory (test asset) management. | |
| automationEnabled | No | Enable the automation flag on test cases. | |
| requirementsEnabled | No | Enable the requirements feature for this project. | |
| testPriorityEnabled | No | Enable per-test-case priority. |