ado_testplans_list
Lists test plans in an Azure DevOps project, returning each plan's ID, name, area path, iteration, state, and root suite ID. Use this to identify test plans for further operations.
Instructions
List test plans in an Azure DevOps project. Returns each plan's ID, name, area path, iteration, state, and the root suite ID. The root suite ID is needed when creating child suites with ado_testsuites_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results (default 50, max 200) | |
| project | No | Project to list plans for. Uses default if omitted. |