list_work_items
Retrieve work items in an Azure DevOps project using project ID, query ID, or WIQL. Supports filtering, pagination, and team-specific results for efficient project management.
Instructions
List work items in a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | The ID or name of the project | |
queryId | No | ID of a saved work item query | |
skip | No | Number of work items to skip | |
teamId | No | The ID of the team | |
top | No | Maximum number of work items to return | |
wiql | No | Work Item Query Language (WIQL) query |