ado_testplans_get
Retrieves a test plan's details by ID, including name, area path, iteration, state, start/end dates, and root suite ID. Use with ado_testplans_list to discover plan IDs.
Instructions
Get details of a single test plan by ID. Returns name, area path, iteration, state, start/end dates, and the root suite ID. Use ado_testplans_list to discover plan IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planId | Yes | Test plan ID | |
| project | No | Project that owns the plan. Uses default if omitted. |