Details of updates for a custom field.

interface UpdateCustomFieldValue {
    fieldIdOrKey: string;
    generateChangelog?: boolean;
    updates?: Version3.Version3Models.CustomFieldValueUpdate[];
}

Hierarchy (view full)

Properties

fieldIdOrKey: string

The ID or key of the custom field. For example, customfield_10010.

generateChangelog?: boolean

Whether to generate a changelog for this update.

The list of custom field update details.