Skip to content

feat: Double-click to move tasks between Backlog and Sprint #230

Description

@RSnew

Problem

Currently, moving a task from Backlog to Sprint requires drag-and-drop. This is cumbersome, especially on smaller screens or when working quickly.

Proposal

Double-click a task to toggle it between Backlog and the current Sprint:

  • Task in Backlog → double-click → moves to active Sprint
  • Task in Sprint → double-click → moves back to Backlog

This is a very common UX pattern in task boards (e.g. Things app, Linear quick-add).

Alternative

  • Keyboard shortcut (e.g. Enter or Space to move selected task)
  • Right-click context menu with "Move to Sprint" / "Move to Backlog"

Why

Makes the board feel snappier. AI agents also benefit from simpler interactions — fewer DOM events to trigger programmatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions