Feature #1265
Add ability to delete Versions
| Status: | New | Start date: | 2008-05-20 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Issues | |||
| Target version: | - | |||
| Resolution: |
Description
Versions should be deletable in the same way, as Categories.
If version has ticket assigned, RedMine should ask what to do with these tickets, in the same way as when deleting Category (delete assignment, reassign to version etc...).
PS: deleting versions in SW projects is not so much usefull, but it's very important when using versions for milestones.
History
#1 Updated by Ivan Cenov 2 months ago
Deleting versions is implemented. Redmine asks "Are you sure?" and then tries deleting. However deleting does not proceed if versions have issues assigned.
I think this issue could be closed.
#2 Updated by Daniel Felix 2 months ago
- Delete version with issues
This should delete all issues assigned to this version.
Or/and another option:- Unassigned issues after version deletion
#3 Updated by Dipan Mehta 2 months ago
Daniel Felix wrote:
Agreed. Just one regression. It would be great of there is some option for managers:
- Delete version with issues
This is very dangerous and shouldn't be a practice.
This should delete all issues assigned to this version.
Or/and another option:
- Unassigned issues after version deletion
This could be a better option. However, ideally I would 'move' the issues first and then proceed with 'delete'.