# Board and views

My Issues, the team issue list with filters and bulk edits, and the drag-and-drop board.

Canonical: https://easerix.com/docs/tasks/board-and-views

<Answer>
Tasks gives you three ways to see work: My Issues for everything on your
plate, the team Issues list with grouping, sorting, filters, and bulk edits,
and the Board, where dragging a card between columns changes whatever the
columns represent — status, assignee, priority, or project.
</Answer>

## My Issues

The home view is personal. Tabs across the top slice your own work: **All active**, **Backlog**, **Assigned to me**, **Due soon**, and **Created by me** — each grouped by status.

## The Issues list

**Issues** in the sidebar shows every issue in the current team.

- **Group by** — `Status`, `Priority`, `Assignee`, or `Project`. Completed and canceled groups start collapsed so finished work stays out of the way.
- **Sort** — `Priority`, `Due date`, `Newest`, or `Recently updated`.

Your grouping, sorting, and filters are remembered per team.

### Filters

The filter bar works the same on the list and the board:

| Filter | Options |
|---|---|
| Status | The team's workflow statuses |
| Priority | Urgent, High, Medium, Low, No priority |
| Assignee | Unassigned or any team member |
| Label | Any workspace label |
| Project | No project or any team project |

Values inside one filter are OR'd together; different filters combine with AND. **Clear** removes everything at once.

### Bulk edits

1. Hover a row and tick its checkbox — `Shift`-click extends the selection across a range.
2. A bar appears with the count and pickers for **Status**, **Priority**, and **Assignee**, plus a label picker and a delete button.
3. Pick a value and it applies to every selected issue.

Two things to know: the bulk label picker only *adds* labels (it never removes), and bulk delete cannot be undone — single-issue edits support `⌘Z` undo, bulk deletes don't.

## The Board

**Board** shows the same issues as columns. The **Group by** choice decides what the columns are — and therefore what a drop changes:

| Grouped by | Dropping a card… |
|---|---|
| Status | Moves it to that workflow status |
| Assignee | Reassigns it |
| Priority | Reprioritizes it |
| Project | Moves it into that project |

Cards show the priority, issue key, assignee, title, due date, estimate, and label dots. Dragging within a column reorders it.

## Keyboard shortcuts

| Keys | Action |
|---|---|
| `C` | New issue |
| `⌘K` | Command palette / search |
| `G` then `I` / `A` / `B` / `P` / `C` | Go to My Issues / All Issues / Board / Projects / Cycles |
| `⌘Z` / `⌘⇧Z` | Undo / redo the last edit |
| `?` | Show all shortcuts |
| `Esc` | Close the panel or dialog |

## Frequently asked questions

### Why can't I multi-select on the Board?

The board is for dragging — one card, one change. Multi-select and the bulk bar live on the **Issues** list, which shows the same issues in the same groupings.
