Jira.js - Jira Cloud API library
    Preparing search index...

    Interface UpdateCustomFieldValue

    Details of updates for a custom field.

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

    Hierarchy (View Summary)

    Index

    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.