Reference to the behavior of a work item type.

interface WorkItemBehaviorReference {
    id?: string;
    url?: string;
}

Properties

Properties

id?: string

The ID of the reference behavior.

url?: string

The url of the reference behavior.