id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11018 Deleting a milestone != default milestone ahaferburg@… Ryan J Ollos "We ended up deleting one of our milestones. The tickets are now displayed as milestone ""(empty)"". Judging from the SQL their milestone is NULL. New tickets, however, where the milestone dropdown box is left at the default value, are filed under ""Milestone "", and I guess this means that the milestone is the empty string, """". That means new tickets end up in a different milestone than the tickets from the deleted milestone, and I don't think there is any way to change the milestone from NULL to """"." defect closed normal 1.0.3 roadmap 0.12.4 normal fixed milestone Empty strings are stored as `NULL` in the database for fields of the `Ticket` class.