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

    Interface Changelog

    A log of changes made to issue fields. Changelogs related to workflow associations are currently being deprecated.

    interface Changelog {
        author?: Version2Models.UserDetails;
        created?: string;
        historyMetadata?: Version2Models.HistoryMetadata;
        id?: string;
        items?: Version2Models.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.