Jira.js - Jira Cloud API library
    Preparing search index...

    Interface ExportArchivedIssues

    Details of a filter for exporting archived issues.

    interface ExportArchivedIssues {
        archivedBy?: string[];
        archivedDateRange?: Version3Models.DateRangeFilter;
        issueTypes?: string[];
        projects?: string[];
        reporters?: string[];
    }
    Index

    Properties

    archivedBy?: string[]

    List archived issues archived by a specified account ID.

    archivedDateRange?: Version3Models.DateRangeFilter
    issueTypes?: string[]

    List archived issues with a specified issue type ID.

    projects?: string[]

    List archived issues with a specified project key.

    reporters?: string[]

    List archived issues where the reporter is a specified account ID.