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

    Interface IssueChangeLog

    List of changelogs that belong to single issue

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

    Properties

    changeHistories?: Version2Models.Changelog[]

    List of changelogs that belongs to given issueId.

    issueId?: string

    The ID of the issue.