get_board_work_items
Retrieve work items and their board columns from a specified Azure DevOps board, with optional project and team filters.
Instructions
Get work items on a specific board along with board columns.
Args: project: Azure DevOps project name. Uses default if not specified. board: Name of the board (e.g., "Stories", "Bugs"). team: Team name. If not specified, uses the project's default team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| board | No | ||
| team | No |