Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tasks with parents showing up under Unparented in TFS 2015

Tags:

tfs-2015

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?

like image 673
HasaniH Avatar asked Jan 25 '16 16:01

HasaniH


1 Answers

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

like image 163
HasaniH Avatar answered Nov 14 '22 06:11

HasaniH