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
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" .