ado_plans
List delivery plans in a project and retrieve timeline details with optional start and end dates for roadmap tracking.
Instructions
Manage delivery plans (roadmaps).
Actions:
list: List delivery plans in project
get: Get plan timeline details (requires: planId, optional: startDate, endDate)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| planId | No | Delivery plan ID (for get) | |
| endDate | No | Timeline end date (YYYY-MM-DD) (for get) | |
| startDate | No | Timeline start date (YYYY-MM-DD) (for get) |