List of changelogs that belong to single issue

interface IssueChangeLog {
    changeHistories?: Changelog[];
    issueId?: string;
}

Properties

changeHistories?: Changelog[]

List of changelogs that belongs to given issueId.

issueId?: string

The ID of the issue.