Added by Tom DeMay almost 14 years ago
I would like the same ability to update tickets from my SVN commits like I do in e-mail.
Anyone know of any clever tricks I can use to pass my SVN commit comment from my post_commit script to redmine and have it parse it like it parses e-mails?
I can write similar code to parse the comment and invoke the issue web service api, but would rather leverage code that is already there in redmine.
Or perhaps a better idea would be to modify the code that handles commits from source control. suggestions?