Modify ↓
Opened 14 years ago
Closed 14 years ago
#8035 closed enhancement (duplicate)
Component for commit_updater
Reported by: | liucougar | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
in trac 0.12, there is a CommitTicketUpdater component (in tracopt/ticket/commit_updater.py), if enabled, it hooks into changeset notifications and update tickets (add comments, close ticket etc)
I think it would be more ideal to write an extension to the CommitTicketUpdater component and install it along with TimingAndEstimationPlugin, so user can just enable this component and he will get the hours update from log messages without going through adding another post-commit hook (in trac 0.12, post-commit already should have trac-admin changeset add, which would trigger this new component)
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
Trac Release: | 0.11 → 0.12 |
---|
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of http://trac-hacks.org/ticket/7359