Defining the Work Item Form
The <FORM> section of the work item type definition controls the content and placement of user interface elements on the form that is displayed for a work item. Each work item type must have one and only one form. You describe the whole form that includes all its tabs, fields, and groups.
In This Section
Designing the Layout of the Work Item Form
Describes the XML elements that are at the top level of the <FORM> section of a work item type definition.Specifying Work Item Form Controls
Describes several controls that you can use to render information on a work item's form.All Work Item FORM Elements
Describes all the allowed elements and attributes of the <FORM> section of a work item type definition.Work Item Form Sample
An example of a <FORM> section of a work item type definition in which several controls are defined.How to: Change the Work Item Form Layout
Describes how to change the work item form layout by modifying the work item type XML file.How to: Customize a Field Label
Describes how to customize a field label for a work item type by modifying the work item type XML file.
Related Sections
High-Level Structure of a Work Item Type