id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11340 Allow default milestone to be set to None from the Milestone admin page Ryan J Ollos "It is currently not possible to set the `[ticket] default_milestone` back to the ""empty"" milestone from the Milestone Admin page. This can only be done by editing //trac.ini//: `[ticket] default_milestone = ` One idea I had to solve this issue is to add a //(empty)// row to the table. [[Image(AddEmptyMilestone.png)]] I'm not sure this is the best solution. Besides making the template code a bit complex, we'd probably need to adjust the milestone count in the header (#11027) to not include the //(empty)// milestone. This may also give the impression that //(empty)// is a ""real"" milestone. There are some advantages though. After #11018 we could show a true count of tickets that aren't assigned to any milestone. It also avoids adding another button just for unsetting the milestone, which is the only other simple change I can think of to resolve this issue. I thought we had a ticket for this, but I've been unable to locate it. Perhaps I'm remembering an IRC or mailing list discussion." enhancement closed normal admin/web 1.0dev normal duplicate milestone