Opened 14 years ago
Closed 14 years ago
#8633 closed enhancement (worksforme)
Optional Plugin for Updating Burndown Hours via Commit Message
Reported by: | Owned by: | Joachim Hoessler | |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
When we still used TRAC 0.11, we modified our trac-post-commit-hook SVN hook to modify the hours on a ticket via a certain syntax as well as take the relevant action on the ticket (reference, close, etc.).
This way, users would not have to go modify each referenced ticket to the appropriate amount of defined hours.
The syntaxes used were one of;
# re #19 (5)
# re #20 (5 hours)
# (5 hrs left)
# (estimate 2.5 hours remaining)
Generally, the work matched any number in parenthesis', following a valid ticket reference.
Since the upgrade to TRAC 0.12, the entire "trac-post-commit-hook" functionality was replaced with a notably more sophisticated (and complex...) plugin scheme that is controlled by TRAC configuration instead of modifying your $svn_dir/hooks/ contents.
We felt it was very beneficial to our workflow, and feel that most others could benefit from it too... it just needs to work with TRAC 0.12.
Attachments (0)
Change History (1)
comment:1 Changed 14 years ago by
Component: | EstimationToolsPlugin → TimingAndEstimationPlugin |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Hi, looks like this is a TimingAndEstimation related issue, but since this is working good also at Trac 0.12 I'm closing this Ticket. Please feel free to reopen if the case.
Regards,
Adrian