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

    Interface ChangedValue

    Details of names changed in the record event.

    interface ChangedValue {
        changedFrom?: string;
        changedTo?: string;
        fieldName?: string;
    }
    Index

    Properties

    changedFrom?: string

    The value of the field before the change.

    changedTo?: string

    The value of the field after the change.

    fieldName?: string

    The name of the field changed.