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

    Interface Changelog

    A changelog.

    interface Changelog {
        author?: Version3Models.UserDetails;
        created?: string;
        historyMetadata?: Version3Models.HistoryMetadata;
        id?: string;
        items?: Version3Models.ChangeDetails[];
    }
    Index

    Properties

    created?: string

    The date on which the change took place.

    id?: string

    The ID of the changelog.

    The list of items changed.