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

    Interface GetChangeLogsByIds

    A list of changelog IDs.

    interface GetChangeLogsByIds {
        changelogIds: number[];
        issueIdOrKey: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    changelogIds: number[]

    The list of changelog IDs.

    issueIdOrKey: string

    The ID or key of the issue.