Attributes for the bulk update, specifying which cases to update and the action to apply.

Hierarchy

  • CaseBulkUpdateRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
caseIds: string[]

An array of case identifiers to apply the bulk action to.

payload?: {
    [key: string]: string;
}

A key-value map of action-specific parameters. The required keys depend on the action type (for example, priority for the priority action, assignee_id for assign).

Type declaration

  • [key: string]: string

The type of action to apply in a bulk update. Allowed values are priority, status, assign, unassign, archive, unarchive, jira, servicenow, linear, update_project.

Generated using TypeDoc