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

Changed in 2 of the 23 revisions of this API.15

  • 08bbb5bedb5d14See the full diff
    • the request property value became not nullable

      request-property-became-not-nullable

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added