- Status Suspended
- Percent Complete
- Task Type Feature Request
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Medium
- Reported Version 1.0 devel (github master)
- Due in Version Undecided
-
Due Date
Undecided
-
Votes
1
- peterdd (17.10.2015)
- Private
Attached to Project: Flyspray
Opened by jordanmendler - 12.12.2012
Last edited by peterdd - 12.01.2017
Opened by jordanmendler - 12.12.2012
Last edited by peterdd - 12.01.2017
FS#1791 - Ability to merge version, OS, etc
For example, say I no longer want 1.1, 0.9.9.8, 1.0.0, etc. So want to merge them all into one version 1.0. Same goes for OS, and others
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
This is possible with the mass operation feature of Flyspray.
Example for version, but works also for OS and other lists:
But: massop feature is currently deactivated because parent-child task-feature adds a lot of complexity that must be considered with mass operations (cross project task trees, task and project permissions, ..)
If you know what you are doing you can enable it in the code:
in include/modify.inc.php near
"case 'task.bulkupdate':"
replace
$massopsenabled=0;
by
$massopsenabled=1;