Now we have hierarchy in our Work Item, we can take things to another level. The Hierarchy implies a relation between these Work Items, so it is natural to think
There’re few things I want to share about the WorkItemStore::GetWorkItem() method.First, it may sound clear for everybody, but: WorkItem a = wis.GetWorkItem(10); WorkItem b = wis.GetWorkItem(10); The instance a and
Create a custom field in all your concerned Work Items named "ParentWI" for instance, of type integer. Now, say you want to link two Work Items, the method will
Relationship between Work Items is something important to me. The first thing that is obviously missing is a sense of hierarchy. Hierarchy is everywhere in life, so it is in
The development team I’m working on moved to Team System in September 2006. The shift from what we used before was pretty huge, mainly because we weren’t using SCM at
Two weeks ago, here’s what I discovered when building a "remaining work" report. Ok, you can say we don’t use these things a lot (it’ll change in the future, I