Association between a work item type and it's behavior

interface WorkItemTypeBehavior {
    behavior?: WorkItemBehaviorReference;
    isDefault?: boolean;
    isLegacyDefault?: boolean;
    url?: string;
}

Properties

Reference to the behavior of a work item type

isDefault?: boolean

If true the work item type is the default work item type in the behavior

isLegacyDefault?: boolean

If true the work item type is the default work item type in the parent behavior

url?: string

URL of the work item type behavior