SERVERDEFAULT Element (Work Item Type Definition Schema)
Specifies a server component that will provide the field value.
<SERVERDEFAULT for="user or group name" not="user or group name" from="clock | currentuser" />
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
| for | Optional PlainRule attribute. The name of a user or group to whom this rule applies. |
| not | Optional PlainRule attribute. The name of a user or group to whom this rule does not apply. |
| from | Required ServerDefaultRule attribute. The source of the default value, the system clock or the current user. |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| FIELD (Work Item Type Definition Schema) | Required element. References a work item field definition and the rules and conditions that apply to the field. The reference is based on the STATE, TRANSITION, DEFAULTREASON, or REASON element that its parent FIELDS element is a child of. |
| FIELD (WORKITEMTYPE element) | Required element. Defines a work item field and specifies the rules and conditions that apply to it. |
| WHENCHANGED | Optional element. Specifies one or more rules to apply to the current field when a specified field is changed. |
| WHENNOTCHANGED | Optional element. Specifies one or more rules to apply to the current field when a specific field is not changed. |