The list of work type-specific parameter overrides, may be empty if only default parameters are being updated

interface FieldsSchemeItemWorkTypeParameter {
    description?: string;
    isRequired?: boolean;
    workTypeId?: number;
}

Properties

description?: string

The custom description for the field for this work type, null to use default or preserve current

isRequired?: boolean

Whether the field is required for this work type, null to use default or preserve current

workTypeId?: number

The ID of the work type (issue type) for which these parameters apply