Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/issueFilterForBulkPropertySet.ts>IssueFilterForBulkPropertySet

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface IssueFilterForBulkPropertySet
import { type IssueFilterForBulkPropertySet } from "https://deno.land/x/jira@v3.0.2/src/version2/models/issueFilterForBulkPropertySet.ts";

Bulk operation filter details.

Properties

optional
currentValue: any

The value of properties to perform the bulk operation on.

optional
entityIds: number[]

List of issues to perform the bulk operation on.

optional
hasProperty: boolean

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