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

    Interface BulkDeleteIssueProperty

    Bulk operation filter details.

    interface BulkDeleteIssueProperty {
        currentValue?: any;
        entityIds?: number[];
        propertyKey: string;
    }

    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.

    propertyKey: string

    The key of the property.