Create test plan
kiwi_create_planCreate a test plan in Kiwi TCMS with a name, optional type, text, parent plan, and product defaulting to KIWI_PROJECT.
Instructions
TestPlan.create in the given product (defaults to KIWI_PROJECT) with the given type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Plan name | |
| text | No | Plan document text (Markdown) | |
| type | No | Plan type name (default Functional) | |
| parent | No | Parent plan id | |
| product | No | Product name or id (defaults to KIWI_PROJECT) |