我正在开展一个项目,我想从WorkItemCollection
获取WorkItemStore
。
我想在'WorkitemStore'类中使用参数化'Query'方法,并在
上使用where
子句
[System.Id] in (101,102,103) and [System.WorkItemType] = 'Requirement' and [System.TeamProject] = 'Test_Project'
。
但我无法为此追踪解决方案。 谁能帮助我做到这一点?
这些是Query
方法Query Method