How to get the WorkitemCollection from WorkItemStore using Query(Ids, QueryString) Method
问题 I have stuck on one problem where I want to get the WorkItemCollection from the WorkItemStore . I know it can be possible by using Query() Method. But in my scenario Query method is not working as I am using method WorkItemStore.Query Method (Int32[], String). with the String argument as Select [System.Id],[System.State],[System.Title],[System.WorkItemType] from WORKITEMS where [System.WorkItemType] = 'Requirement' and [System.TeamProject] = 'Test_Baseline' But while executing this query It