A list of changelog IDs.

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

Hierarchy (view full)

Properties

changelogIds: number[]

The list of changelog IDs.

issueIdOrKey: string

The ID or key of the issue.