Feature #4367
Ability to delete an issue status that is in use
Status: | New | Start date: | 2009-12-09 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues planning | |||
Target version: | - | |||
Resolution: |
Description
I'm trying to restructure the workflow of some om my Redmine projects which involves changing the issue status definitions.
However, I am unable to delete a configures issue status if there are still issues with that status (as enforced from IssueStatus#check_integrity
). While this is good and healthy, the failure message is not very talkative ("Unable to delete issue status").
It would be great if either
- the User would have the opportunity to select another status for the affected issues, or
- the error message would state the real problem
History
#1
Updated by Holger Just about 11 years ago
However, the second option does not really solve the problem, as it is not possible to bulk edit all issues with that status, as there could also be issues in archived projects I do not know anything about. These still let check_integrity
fail.
#2
Updated by Jean-Philippe Lang about 11 years ago
- Subject changed from Issue statuses can not be deleted if issues are still using it to Ability to delete an issue status that is in use
#3
Updated by Christoph S. Ackermann almost 7 years ago
+1!
#4
Updated by Michael Sanders over 6 years ago
+1
#5
Updated by Toshi MARUYAMA over 6 years ago
- Category changed from UI to Issues planning
#6
Updated by Aron Rotteveel almost 6 years ago
+1
#7
Updated by Greg T almost 4 years ago
+1 for more useful error messages at least.
I've had to find this SQL (after setting config.log_level = :info):SELECT COUNT(*) FROM `trackers` WHERE `trackers`.`default_status_id` = 30
so that I could find out that not only issue statuses matter, but default statuses of trackers, too.
#8
Updated by Guillermo ML 11 months ago
In #31361 (for 4.1.0) implemented the second option.
As you say in note-1 issues in archived projects could be a problem, these issue will not shown in a search. You'll have to search through a SQL query.