Opened 14 years ago
Last modified 7 years ago
#7359 new enhancement
CommitTicketUpdater integration
Reported by: | mortee | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I guess it'd be nice if the (spent x) type markup in commit messges would get through when using the CommitTicketUpdater component, as opposed to the modified trac-post-commit.py
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
From Duplicate ticket: #8035
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)
Yeah, I have plans to get to this eventually, but to be honest, with the working post commit, and nothing else in my setup prompting me to change it, this has been a pretty low priority task.
I'll see what I can do about getting this working.