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