wit_list_backlog_work_items
Retrieve work items from a specific backlog category in Azure DevOps for a given project and team using PAT authentication.
Instructions
Retrieve a list of backlogs of for a given project, team, and backlog category
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backlogId | Yes | The ID of the backlog category to retrieve work items from. | |
project | Yes | The name or ID of the Azure DevOps project. | |
team | Yes | The name or ID of the Azure DevOps team. |