-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Way to bulk-select issues in a list #18883
Comments
Should be doable, but not sure where to place such a checkbox in the current UI, maybe a header row would need to be introduced and the open/close buttons as well as the filters to be moved into it. |
I think a header row could work. Or, if you don't want to change the UI right now, the bulk-select could be triggered by alt-clicking a checkbox. |
That would be quite unconventional and undiscoverable. |
If you don't want to go through all the trouble of adding a header row right now, I think it'd be fine to add a checkbox to bulk-select visible issues next to the existing issue filtering row, as such: In the meantime/besides this, if you really don't want to change the UI, shift-clicking a checkbox after having already selected one is incredibly standard language for "select everything in between" (e.g., to select all visible issues, click the first row and then shift-click the last row). I was honestly surprised the first time I tried this and it wasn't a feature - that's how standard this keybind is, and I'm sure you'd agree. Either way, having a way to bulk-select issues is a huge quality of life improvement and it should be permitted in some way. |
Feature Description
For example, there could be a checkbox above the first issue. Clicking that box would select all of the issues that are visible. This would be useful when changing the labels or milestone of many issues at once.
Screenshots
No response
The text was updated successfully, but these errors were encountered: