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

interface IssueArchivalSyncRequest {
    issueIdsOrKeys?: string[];
}

Properties

Properties

issueIdsOrKeys?: string[]