Skip to content

Bulk Edit Tasks

The Bulk Edit Tasks dialog lets you apply the same changes to multiple tasks at once. Each field has an Apply checkbox — only fields you explicitly mark are included in the update, so you can change status on twenty tasks without accidentally overwriting their priorities.

Bulk Edit Tasks dialog showing Status, Priority, Assignee, Due date, and Tags fields with Apply checkboxes

The dialog is available from three surfaces:

SurfaceHow to select tasks
BacklogCheck task row checkboxes, then click Bulk Edit in the selection toolbar
BoardsCtrl+click / Cmd+click task cards to multi-select, then click Bulk Edit

At least two tasks must be selected before the Bulk Edit button appears.

FieldRequiredTypeDescriptionDefaultValidation
StatusNoSelectNew status to apply to selected taskstodoApply checkbox must be checked; one of: Backlog, To Do, In Progress, Review, Done, Cancelled
PriorityNoSelectNew priority to apply to selected tasksmediumApply checkbox must be checked; one of: Low, Medium, High, Urgent
AssigneeNoUser selectUser to assign to selected tasksApply checkbox must be checked; can be cleared to unassign; active users only
Due Date / TimeNoDate + TimeNew due date and time for selected tasksApply checkbox must be checked; 5-minute steps
TagsNoMulti-selectTags to set on selected tasks[]Apply checkbox must be checked; replaces existing tags on all selected tasks (not appended); max 50 tags

Status options:

ValueDescription
BacklogNot yet scheduled
To DoScheduled but not started
In ProgressActively being worked on
ReviewUnder review or QA
DoneCompleted
CancelledCancelled and will not be completed

Priority options:

ValueDescription
LowNice to have
MediumStandard priority
HighImportant; do soon
UrgentCritical; do immediately
  • Each field row has a checkbox labeled Apply.
  • Changing a field value automatically ticks its Apply checkbox.
  • You can also tick or untick Apply manually.
  • Only fields with Apply checked are sent in the patch payload.
  • Fields with Apply unchecked are ignored, even if their value was changed in the dialog.
RuleBehavior
At least one fieldThe Apply button is disabled until at least one Apply checkbox is checked
Unsaved changes guardThe dialog is considered dirty as soon as any Apply checkbox is ticked
Tags replaceTags are replaced wholesale on all selected tasks — they do not append to existing tags
Assignee clearSetting Apply on Assignee with no user selected clears the assignee on all selected tasks
  • The patch is applied to all selected tasks via a bulk API call.
  • After a successful save the dialog closes and the source list (Backlog or Boards) refreshes.
  • The dialog resets to its initial state after it closes.
  • Tags behavior is replace, not append: if a task has tags [alpha, beta] and you bulk-apply [gamma], the result is [gamma].
  • Setting Assignee to empty and applying it will unassign all selected tasks.
  1. Open Backlog or Boards and select the tasks you want to update.
  2. Click Bulk Edit in the selection toolbar.
  3. Tick the Apply checkbox for each field you want to change (e.g., tick Apply on Status and set it to In Progress).
  4. Click Apply. The changes are saved and the list refreshes.
  • Bulk editing tasks requires access to the Projects module.
  • Users with edit permissions see the Bulk Edit option in the selection toolbar.
  • Only the checked fields are written — unchecked fields on selected tasks are untouched.
  • Backlog — Checkbox multi-select entry point for bulk editing
  • Boards — Ctrl/Cmd+click multi-select entry point for bulk editing
  • Create Task — Create a new task
  • Edit Task — Edit a single task