Content
View differences
Updated by Alexander Coles about 1 month ago
**As** a user doing backlog refinement and sprint planning
**I want to** select multiple cards
**so that** I can move all selected cards to a certain sprint in a batch
**Acceptance criteria**
* **On desktop:** Allow multiple selection of story cards using standard keyboard modifiers:
* selecting ranges (contiguous selections) can be performed by holding **Shift** and clicking
* selecting individual items (sparse selections) can be performed by holding **Ctrl** (Windows/Linux) or **Cmd** (macOS) and clicking.
* **On mobile and tablet**: Use long-press to enter selection mode, then subsequent taps toggle selection (to be clarified) <br>
**Technical notes**
* Modifier keys on desktop:
* `event.ctrlKey` → Windows/Linux multi-select
* `event.metaKey` → Mac (Command key)
* `event.shiftKey` → range selection
<br>
**Permissions and visibility considerations**
* <br> _To whom is this feature visible?_
* _When is it not visible?_
**Translation considerations**
* <br> _Key terms and phrases in the key languages_
**Out of scope**
* right click menu that shows an ActionMenu relevant for this multiple-selection <br>
<br> _Set the_ **To be informed/consulted teams** _field to include all teams necessary to be informed of the changes._
**I want to** select multiple cards
**so that** I can move all selected cards to a certain sprint in a batch
**Acceptance criteria**
* **On desktop:** Allow multiple selection of story cards using standard keyboard modifiers:
* selecting ranges (contiguous selections) can be performed by holding **Shift** and clicking
* selecting individual items (sparse selections) can be performed by holding **Ctrl** (Windows/Linux) or **Cmd** (macOS) and clicking.
* **On mobile and tablet**: Use long-press to enter selection mode, then subsequent taps toggle selection (to be clarified)
**Technical notes**
* Modifier keys on desktop:
* `event.ctrlKey` → Windows/Linux multi-select
* `event.metaKey` → Mac (Command key)
* `event.shiftKey` → range selection
* <br>
* _When is it not visible?_
**Translation considerations**
* <br>
**Out of scope**
* right click menu that shows an ActionMenu relevant for this multiple-selection
<br>