Opened 20 years ago
Closed 20 years ago
#786 closed enhancement (fixed)
Milestones should be reached/closed manually
Reported by: | anonymous | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | roadmap | Version: | 0.8 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Milestones dates that have been reached are automatically removed from the milestone view and added to the timeline view when they are reached, regardless of whether there are still open issues/tickets associated with the milestone.
It would be better if the milestone had to be to be manually closed, with some kind of error or alarm mark up appearing in the milestone view, showing how many days late the milestone is.
Alternative: milestones can be automatically closed (as they are now) only if there are no open tickets associated with them (should this be a configuration option?).
Attachments (0)
Change History (7)
comment:1 by , 20 years ago
Version: | 0.7.1 → devel |
---|
comment:2 by , 20 years ago
Component: | general → roadmap |
---|---|
Owner: | changed from | to
Severity: | normal → enhancement |
comment:3 by , 20 years ago
comment:5 by , 20 years ago
Milestone: | → 0.8 |
---|---|
Status: | new → assigned |
Considering that milestones have become a more prominent feature in Trac with 0.8, I think this functionality should also go into that milestone. So I'm putting it on my plate.
comment:6 by , 20 years ago
Milestone: | 0.8 → 0.9 |
---|---|
Priority: | normal → high |
comment:7 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Version: | devel → 0.8 |
Implemented in [1169]. Database upgrade required'''
This is a good point which I've been thinking about too. Actually, I'd also prefer that milestones would need to be marked as completed manually. The automatic completion is a bit weird.
Changing this would basically result in having to dates associated with the milestone: the estimatated completion date and the actual completion date. Which makes a lot of sense.