SVN check-in to close redmine issue ticket [duplicate]

孤人 提交于 2020-01-02 09:54:18

问题


Possible Duplicate:
Automaticly close Redmine Task with commit comment

Does anyone know how to force a link between SVN and a Redmine issues.

Most of the things I’ve seen on the web are related to using bash scripts and pre-commit hook, but we have a windows installation, so was hoping for something that would work in windows with little change to the server (i.e. minimal installation of third party programs).

For the moment, we are adding the # in to the comment field, which allows redmine to pick it up, but the end goal would be to have Redmine close a ticket on checkin with the right comment like “Close #”.

Is there a plugin anywhere ?


回答1:


It depends on how you have configured your Redmine instance, but usually the keywords for closing a ticket are "fixed #132" which usually closes a ticket without any pre-commit hook. Have you updated the repository browsing? Because Redmine will read the log entries only on demand not automatically.



来源:https://stackoverflow.com/questions/8309830/svn-check-in-to-close-redmine-issue-ticket

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!