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? Is there anything you have to do on JIRA side to ensure the integration?
I had lots of problems when reading TortoiseSVN documentation on the subject. Here are my findings about the integration. To integrate Jira and TortoiseSvn, a set of instructions should be performed. This guide suppose that your jira server is available through this url: http://192.168.10.10:8090. In addition, suppose that your project name in Jira is SVNTEST.
Add Jira setting to your TortoiseSvn. To do this follow the steps below:
Following the advice of @Avi, here are the details for integration with JIRA:
Set the following properties on the directory for which you want the integration to JIRA:
bugtraq:url
: Example could be http://my.server.url/jira/browse/<PREFIX-FOR-JIRA>-%BUGID%
. Please fill in the right information for my.server.url
and <PREFIX-FOR-JIRA>
. If you want to map for all projects in JIRA, the string could be .../browse/%BUGID%
.bugtrac:logregex
: Regular expression for you JIRA Id. Depends on what you want to match, for all project use /w+\-(\d+)
There are other alternatives for defining the properties, but these should do it.
If you would like to integrate JIRA as well with Subversion, there is a documentation how to integrate Subversion into JIRA. You have to install then the Subversion JIRA plugin in JIRA.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With