6
votes

After upgrading to TFS 2015 I have a bunch of tasks showing up under Unparented in the Backlog for the current iteration. These tasks all have parents though. Going through each task it looks like the parents are all User Stories in Active or Removed states. Resolved User Stories are showing up with their Tasks just fine. How can I get Active and Resolved User Stories to show up in the backlog with their tasks?

3
See social.msdn.microsoft.com/Forums/en-US/… There you can see that "sometimes" the "link type" is not a "Parent/Child" as expected ...hfrmobile

3 Answers

4
votes

Turns out I had to edit my process configuration and add Active, Removed and a few other states to the <States> of the <RequirementBacklog> section.

Used:

witadmin exportprocessconfig ...

to export the config, edited it in notepad the

witadmin importprocessconfig

to import the update config

See here for more

0
votes

You can track unparented tasks in similar ways to other tasks, or drag them to an existing backlog item to parent them. The Unparented card tracks the total of remaining work defined for all unparented tasks, however, it isn’t associated with any work item.

source: Task board from MSDN

0
votes

We show the parent User Stories if they satisfy these rules:

  • it needs to be New, Active, Resolved or Closed. We don't show Removed User Stories
  • it needs to be in an area path that is used by the team.

My suspicion is that the second requirement is not true. There is also a button on the toolbar that says "Create Query" that gives you the query we use to get the data for the task board for further debugging if needed.