Best way to link Redmine issue to SVN revision

后端 未结 3 726
鱼传尺愫
鱼传尺愫 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:52

    For posterity:

    If the original commit message did not reference a Redmine issue number, you can also do the reverse: manually reference a repository revision by number in a Redmine issue description.

    For example:

    This issue is an unintended side effect of r5678, which was implemented to address issue #1234.

    In that case, "r5678" would automatically link to the revision in Redmine's repository tab (and "#1234" would automatically link to the corresponding issue page).

提交回复
热议问题