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

    Interface IssueFilterForBulkPropertyDelete

    Bulk operation filter details.

    interface IssueFilterForBulkPropertyDelete {
        currentValue?: any;
        entityIds?: number[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    currentValue?: any

    The value of properties to perform the bulk operation on.

    entityIds?: number[]

    List of issues to perform the bulk delete operation on.