0

In TFS 2010 ss there anyway to move items to a state or something which won't appear in the Product Backlog?

We have 300+ Bugs and PBIs which are never going to be done at this stage. I've like to remove them from the Product Backlog but not delete them.

learnerplates
  • 4,257
  • 5
  • 33
  • 42

2 Answers2

1

In that situation I'd add a new status such as "Not going to do it" or "Never". Then assign those work items to that status.

Then I'd update the reports to specifically exclude anything with that status.

NotMe
  • 87,343
  • 27
  • 171
  • 245
1

The Product Backlog is displaying all PBIs that are not in Closed state therefore if you don't plan to use anymore these PBIs you can set them to Closed state.

ds19
  • 3,176
  • 15
  • 33
  • I don't have a "Closed" state in my template. I'll have to edit the template I think and add a new state. – learnerplates Jun 04 '14 at 11:20
  • Indeed, the default Product Backlog of Scrum template is displaying the PBIs that are not in Done or Removed states (not Closed). – ds19 Jun 04 '14 at 15:13