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

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

Properties

author?: UserDetails

The user who made the change.

created?: string

The date on which the change took place.

historyMetadata?: HistoryMetadata

The history metadata associated with the changed.

id?: string

The ID of the changelog.

items?: ChangeDetails[]

The list of items changed.