Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用 TFS 2010,我们有一个 VCR 项目,其中包含用于开发任务的选项卡和另一个用于设计任务的选项卡。在打开“链接到”窗口时,我只想显示具有学科 =“开发”的任务,与设计任务相同(学科 =“要求”)。
LinksControlOptions 仅过滤掉链接关系和链接类型。有谁知道这是否可能?
谢谢,
Assuming that "Discpline" is a field on your VCR work item, and not a link type, then this is not possible. You can only filter on LinkType and WorkItemType.