Open and close trac tickets with a single commit
Posted
by Jerub
on Stack Overflow
See other posts from Stack Overflow
or by Jerub
Published on 2010-06-11T05:32:03Z
Indexed on
2010/06/11
5:43 UTC
Read the original article
Hit count: 243
trac
I am looking for a way to add a post-commit or pre-commit hook to my VCS that will allow me to both create and close a trac ticket in one go.
The use-case is for when a bug has been found, and corrected, but a single developer who wants to make sure the project manager can see the fix has been done, when it was done and what milestone the fix has been done in.
We have a default milestone in trac when creating a ticket, so reflecting that information would be good too.
© Stack Overflow or respective owner