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

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

Properties

created?: string

The date on which the change took place.

id?: string

The ID of the changelog.

The list of items changed.