Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>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: <a href="http://192.168.10.10:8090" rel="noreferrer">http://192.168.10.10:8090</a>. In addition, suppose that your project name in Jira is SVNTEST. </p> <ol> <li>Install svn plugin for jira on your jira server. use <a href="https://ecosystem.atlassian.net/wiki/display/SVN/JIRA+Subversion+plugin" rel="noreferrer">this link</a> for more info. </li> <li>Install the Jira plug-in for TortoiseSvn in your clients. It can be downloaded from <a href="https://plugins.atlassian.com/plugin/details/10017" rel="noreferrer">this link</a> or <a href="http://csharptest.net/projects/jirasvn/" rel="noreferrer">this one</a>. </li> <li>For all the folders in your repository, set the flowing properties:</li> </ol> <p><img src="https://i.stack.imgur.com/rjZs5.jpg" alt="enter image description here"></p> <p>Add Jira setting to your TortoiseSvn. To do this follow the steps below:</p> <ul> <li>Right click on your code folder and from the TortoiseSvn menu, select settings item. </li> <li>Under hook scripts click on issue tracking integration. </li> <li>Click the Add button. </li> <li>Under the working copy path, enter the path of your source code. </li> <li>Under the provided select the only available item namely CSharpTest.Net.SvnPlugIn.MyPulgIn</li> <li>Under the parameters, enter the url of your Jira server, i.e. <a href="http://192.168.10.10:8090" rel="noreferrer">http://192.168.10.10:8090</a>.</li> <li>After confirming the dialog, enter the username and password of your Jira server. </li> <li>To test whether the installation is complete, try to commit a set of changes. In the commit dialog, you should see a button namely Jira Issues. By selecting it, you should see your Jira issues within a new dialog. </li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload