Full list of Work Item Field names

Hi,

is there a full list of Work Item field names available yet? I want to add a Customer field to a work item but I'm thinking this is quite common and my already be defined somewhere?

Thanks for your help

Graham

[221 byte] By [Gravy] at [2008-2-7]
# 1
Graham,
The CoreField enum or CoreFieldReferenceNames under Microsoft.TeamFoundation.WorkItemTracking.Client namespace has the list of build-in fields. Customer is not one of them. Below is the values I see in CoreFieldReferenceNames enum.

System.AreaId
System.AreaPath
System.ExternalLinkCount
System.AssignedTo
System.AttachedFileCount
System.AuthorizedAs
System.ChangedBy
System.ChangedDate
System.CreatedBy
System.CreatedDate
System.Description
System.History
System.HyperLinkCount
System.Id
System.IterationId
System.IterationPath
System.NodeName
System.Reason
System.RelatedLinkCount
System.Rev
System.RevisedDate
System.State
System.TeamProject
System.Title
System.WorkItemType

-Naren

NarenDatha at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Work Item Tracking...
# 2
Where are System.Description field values stored? I cannot find them in TFSWarehouse database...
StanislavOgryzkov at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Work Item Tracking...
# 3
See the MSDN documentation on "Using System Fields" here: http://msdn2.microsoft.com/en-us/library/ms194971.aspx
Allison at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Work Item Tracking...
# 4

Description field and fields with long text..

are located in TfsWorkitemTracking.WorkitemLongText.

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

Visual Studio Team System

Site Classified