testplan_create_test_plan
Create a new test plan in Azure DevOps by specifying the project, name, iteration, and optional details like description, dates, and area path.
Instructions
Creates a new test plan in the project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
areaPath | No | The area path for the test plan | |
description | No | The description of the test plan | |
endDate | No | The end date of the test plan | |
iteration | Yes | The iteration path for the test plan | |
name | Yes | The name of the test plan to be created. | |
project | Yes | The unique identifier (ID or name) of the Azure DevOps project where the test plan will be created. | |
startDate | No | The start date of the test plan |