Best way to link Redmine issue to SVN revision

后端 未结 3 731
鱼传尺愫
鱼传尺愫 2021-01-31 04:10

We are using Redmine for issue and bug tracking. We added SVN integration but, by doing this, it just shows SVN revisions in activity.

It would be great to see all SV

3条回答
  •  一个人的身影
    2021-01-31 04:55

    refs allows you to associate a revision to an issue, which is great.

    You can also configure another keywords like "fixes" which will associate the revision to an issue, but will also change the status and the % of realisation automatically.

    This can be very useful for example when the commit is done to put the issue in a test status. (that will be automatic, without having to do it manually

    you can do it administration->settings->repositories and "resolution keywords"

提交回复
热议问题