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

interface UnarchiveIssues {
    issueIdsOrKeys: string[];
}

Hierarchy (view full)

Properties

Properties

issueIdsOrKeys: string[]