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

    Interface IssueFilterForBulkPropertySet

    Bulk operation filter details.

    interface IssueFilterForBulkPropertySet {
        currentValue?: any;
        entityIds?: number[];
        hasProperty?: boolean;
    }
    Index

    Properties

    currentValue?: any

    The value of properties to perform the bulk operation on.

    entityIds?: number[]

    List of issues to perform the bulk operation on.

    hasProperty?: boolean

    Whether the bulk operation occurs only when the property is present on or absent from an issue.