Integration of JIRA with TortoiseSVN

后端 未结 5 1922
面向向阳花
面向向阳花 2021-01-30 23:42

Could anyone specify the ways to integrate JIRA with TortoiseSVN to track the issue details? What URL should be specified in URL section, what are the other parameters needed? I

5条回答
  •  孤独总比滥情好
    2021-01-31 00:40

    Just to add to @mliebelt's answer.

    svn propset "bugtraq:logregex" "([A-Z]+\-\d+)" .
    svn propset "bugtraq:number" "false" .
    svn propset "bugtraq:url" "http://jira.company.com/browse/%%BUGID%%" .
    svn propset "jira:url" "http://jira.company.com" .
    

提交回复
热议问题