wit_get_query_results_by_id
Retrieve work item query results by query ID in Azure DevOps. Specify project, team, and limit results, ensuring precise data extraction for efficient DevOps operations.
Instructions
Retrieve the results of a work item query given the query ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the query to retrieve results for. | |
project | No | The name or ID of the Azure DevOps project. If not provided, the default project will be used. | |
team | No | The name or ID of the Azure DevOps team. If not provided, the default team will be used. | |
timePrecision | No | Whether to include time precision in the results. Defaults to false. | |
top | No | The maximum number of results to return. Defaults to 50. |