interface ArchiveIssueAsyncRequest {
    jql?: string;
}

Properties

Properties

jql?: string