Tasks

Bulk update tasks

Apply one operation to many tasks at once. Every task must be in the same workspace.

patch/task/bulk

Request body

taskIdsstring[] required
operation'updateStatus' | 'updatePriority' | 'updateAssignee' | 'delete' | 'addLabel' | 'removeLabel' | 'updateDueDate' required
valuestring nullable

The new value for the chosen operation. Unused by delete; null clears an assignee or due date.

Response

Bulk operation result

successboolean required
updatedCountnumber required

Changes