How to extract WorkItems from query in VSTS (Azure DevOps) with Python REST API?
问题 I'm using the official Python REST API of Azure DevOps: https://github.com/Microsoft/azure-devops-python-api Thanks to the samples I have been able to retrieve information on Test Cases from ids. How to do it from queries (WIQL)? Here is my code so far (with modified tokens and links): from vsts.vss_connection import VssConnection from msrest.authentication import BasicAuthentication token = "hcykwckuhe6vbnigsjs7r3ai2jefsdlkfjslkfj5mxizbtfu6k53j4ia" team_instance = "https://tfstest.toto.com