Section » FUQ

Why is the Estimated Work field not available in TFS Reports?

Why is the Estimated Work field not available in TFS Reports?

By Steven Borg • on October 28, 2008

The Estimated Work field is used to maintain the estimate for a Task work item in the MSF for CMMI Process Template.  However, if you’re creating your own report, you’ll find that it’s missing from the available data from both the TfsWarehouse (data warehouse) and TfsWarehouse (OLAP cube).  That’s because the process template

1 CommentRead this story »

More Articles

Required fields on state change

Required fields on state change

By Jeff Levinson • on February 8, 2008

So, you have a field which you want to make required when the state of a work item changes to a given value. How do you do it? Well, I had to do it for a customer recently and forgot how difficult it can be so I thought I’d blog it. Be aware that there are probably multiple ways to do this but

No CommentsRead this story »

Why can I see my source code in the Source Control Explorer even after using TfsDeleteProject?

Why can I see my source code in the Source Control Explorer even after using TfsDeleteProject?

By Steven Borg • on November 28, 2007

If you’ve axed a Team Project using TfsDeleteProject.exe, you may still see remnants of it in the Source Control Explorer.  This can be very frustrating.  But the solution is simple.  You simply need to delete any workspaces that are currently referencing the source code in the deleted projects

1 CommentRead this story »

How do I use Areas?  Really. (Mike Azocar)

How do I use Areas? Really. (Mike Azocar)

By Steven Borg • on November 15, 2007

Mike Azocar, of So Long and Thanks for all the Fish fame, has jumped on board with his own FUQ!  Let’s face it, you can ask how to use Areas in a Team Project, and you normally get answers like “It

No CommentsRead this story »

How do I pass Exam 70-510 (Visual Studio 2005 Team Foundation Server)?

How do I pass Exam 70-510 (Visual Studio 2005 Team Foundation Server)?

By Steven Borg • on November 14, 2007

How do you prep for Exam 70-510? The first place to start is the Preparation Guide for Exam 70-510 on the MS Learning site. That gives you a quick overview of the topics. However, the guide

2 CommentsRead this story »

FUQs (Frequently Unanswered Questions)

FUQs (Frequently Unanswered Questions)

By Steven Borg • on November 14, 2007

One of the categories for this blog is FUQ.  It stands for Frequently Unanswered Questions.  Basically, there are plenty of places on the web for you to get data about questions everyone runs into during their Team System implementation.  One of the best sources is the

2 CommentsRead this story »

How can I listen to TFS Events (without building everything from scratch)?

How can I listen to TFS Events (without building everything from scratch)?

By Steven Borg • on November 12, 2007

I’ll be the first to admit, creating a TFS listener from scratch is a pain. The work isn’t creative work, and you spend the majority of time creating plumbing. So, what can you do. There are two approaches I see right now (leave a comment if I’ve missed your favorite). 1. Use Howard

3 CommentsRead this story »

How many Team Build types should I have for one solution?

How many Team Build types should I have for one solution?

By Steven Borg • on November 12, 2007

How many Team Build scripts should you create? Basically, you should create one build script for each and every way you’d like to report on your data. For instance, you should have a build script for your Continuous Integration (CI) build, one for your daily build, one for a weekly build, and

2 CommentsRead this story »

How can I register for TFS Events without using Bissubscribe.exe?

How can I register for TFS Events without using Bissubscribe.exe?

By Steven Borg • on November 10, 2007

Let’s face it. BisSubscribe is a mess. It’s a fine command line tool, but how on earth do you know what the proper values are for creating a Filter statement. You don’t want ALL the build events, after all. Only those for Project X that have Failed. To express those filter items

No CommentsRead this story »

Can I recover my source code after I use TfsDeleteProject?

Can I recover my source code after I use TfsDeleteProject?

By Steven Borg • on October 4, 2007

Surprisingly, you can, at least in Visual Studio Team System 2005 (including SP1). If you’ve deleted your team project using TfsDeleteProject, the source code files are still actually there in the database, just not visible any longer. To recover the files, you’ll need to create a new team project

1 CommentRead this story »