Why Cant I enter start date and finish date on tasks work items?

Those fields are disabled by default, and I would like to make some reports if I finish for example a task after the finish time.
[130 byte] By [LuisEstebanValenciaMCPWeb] at [2008-2-7]
# 1

By default, these fields are marked as Read-only and will be updated automatically when the task is created or closed. If you want to change the behavior, you can customize the process template to change the Readonly value.

For example in the task.xml file, change

<Control Type="FieldControl" FieldName="Microsoft.VSTS.Scheduling.StartDate" Label="Start Dat&amp;e:" LabelPosition="Left" ReadOnly="True"/>

To

<Control Type="FieldControl" FieldName="Microsoft.VSTS.Scheduling.StartDate" Label="Start Dat&amp;e:" LabelPosition="Left" ReadOnly="False"/>

YogitaManghnani at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Work Item Tracking...
# 2

What I want to do is an estimate finish date and a real finish date, so in that way I can know how many days it took and how many days it should took.

I guess I have to put something like this

<Control Type="FieldControl" FieldName="Microsoft.VSTS.Scheduling.StartDate" Label="Real FInish Date" LabelPosition="Left" ReadOnly="False"/>

# 3
Okay, here's a silly question. The only place I can find the task.xml file is on the server inside a zip file. Is that the one I'm supposed to edit? How does it get deployed?

Thanks,

ChrisLively at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Work Item Tracking...
# 4

As far as I know you download the whole template to your PC, and then modify the work items as you want, then you can upload again as a new process template.

# 5

You can use the witexport and witimport tools found in C:\Program Files\Microsoft Visual Studio 8\Common7\IDE to make changes to individual work items. Type in the tool name at a command prompt and you would see their usage.

Hope this helps.

Rahul

(wannabe MSFT)

RahulOhri at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Work Item Tracking...

Visual Studio Team System

Site Classified