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

    Interface UpdateMultipleCustomFieldValues

    List of updates for a custom fields.

    interface UpdateMultipleCustomFieldValues {
        generateChangelog?: boolean;
        updates?: Version3Models.MultipleCustomFieldValuesUpdate[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    generateChangelog?: boolean

    Whether to generate a changelog for this update.