Hi for every one, I have some cuestion, How can I know in wich status my project are if some of my project dosen't contain code on TS, only documents, so , I can measure my status with this information
There is a lot of information stored in the datawarehouse surrounding workitems, builds, code, etc that you can use to write a report (it doesn't have any info on documents in sharepoint however)
RCh
Posted: Team Foundation Server - Administration, Manage projects on Team System
well, it really depends on what you are using and tracking in tfs. Most people who want to track this use Workitems, most probably as tasks, and track the state of those tasks. For instance in the Agile Process template that comes with TFS includes things such as Remaining Work and Project Velocity to extract some of that information and use it to track the status of the project. Anything outside of tracking these workitems gets very very tricky and honestly I don't know how you would do this reliably