ado_children
List direct children or all descendant work items from a parent ID, with optional filters for type, state, and closed date retrieval.
Instructions
List children or descendants of a work item by parent ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | Yes | Parent work item ID | |
| recursive | No | Show all descendants, not just direct children | |
| type_filter | No | Filter by work item type (e.g. 'Bug', 'User Story') | |
| state_filter | No | Filter by state (e.g. 'Active', 'Closed') | |
| include_closed_date | No | Include closed date from state history |