List of Issue Ids Or Keys that are to be archived or unarchived

interface ArchiveIssues {
    issueIdsOrKeys: string[];
}

Hierarchy (view full)

Properties

Properties

issueIdsOrKeys: string[]