The default parameters to apply to the field across all work types in the specified schemes, may be null if only work type-specific updates are needed

interface FieldsSchemeItemParameter {
    description?: string;
    isRequired?: boolean;
}

Properties

description?: string

The custom description for the field, null to preserve current description

isRequired?: boolean

Whether the field is required, null to preserve current requirement setting