user963491
user963491

Reputation: 151

TFS 2010 work item - how to manage link types

we use TFS 2010 and we have a VCR item with tabs for development tasks and another tab for design tasks. I want to display only tasks with discipline = "Development" when opening the "link to" window, same for design tasks (Discipline = "requirement").

The LinksControlOptions only filters out link relations and link types. Does anyone know if this is possible?

thanks,

Upvotes: 0

Views: 211

Answers (1)

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.

Upvotes: 5

Related Questions