Modify ↓
Opened 15 years ago
Closed 15 years ago
#8732 closed enhancement (wontfix)
Check-in with a remaining time fraction
Reported by: | Amine Heddad | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control | Version: | none |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When checking in one can add an estimate of the remaining time as a fraction (¾, ½, 1/3,..,0) to the check-in so that the time estimate of the ticket moves along with the check-ins. For example an SVN check-in could be tagged as #track-ticket-nr:3/4
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Nice idea, and something that is already easy to implement as a plugin using the
IRepositoryChangeListener
interface in MultiRepos. See the commit_ticket_update.py plugin for an idea how to update a ticket based on a commit.So, not for core.