create_test_plan
Create a test plan in a specified TestLink project by providing the plan name and project name. Set notes, active status, and public visibility as needed.
Instructions
Create a new test plan inside a project (tl.createTestPlan).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| active | No | ||
| public | No | ||
| testPlanName | Yes | ||
| testProjectName | Yes | Project NAME (not id) that owns this plan — a TestLink API quirk. |