cphillips83 / csharptest-net

Automatically exported from code.google.com/p/csharptest-net
0 stars 0 forks source link

no button for JIRA Issues #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install tortoiseSVN
2. install svnplugininstall.msi
3. configure svn repo properties as follows:

bugtraq:append = false 
bugtraq:label = Defect {PREFIX}- 
bugtraq:logregex = *
bugtraq:message = {PREFIX}-%BUGID% 
bugtraq:number = true 
bugtraq:warnifnoissue = true
bugtraq:url = http://jira:7070/browse/{PREFIX}-%BUGID% 
jira:url = http://jira:7070 

What is the expected output? What do you see instead?

I expected to see a "JIRA Issues" button to select issues from JIRA.  I 
only have a text box to enter issue id's.

What version of the product are you using? On what operating system?

JIRA 4.0.1
SvnPluginInstall 1.9.1016.145
TortoiseSVN 1.6.8

Please provide any additional information below.

This was a very simple installation.  I'm surprised that there is no 
screen shot of the issue selection button.

Original issue reported on code.google.com by foxhunte...@gmail.com on 4 Jun 2010 at 7:23

GoogleCodeExporter commented 8 years ago
Sounds like your very close to having it working...

Did you bind the source path to the issue tracker in TortoiseSVN?  See step #4 
'Configure TortoiseSVN' on the following url:

http://csharptest.net/?page_id=33

To do this goto TortoiseSVN -> Settings -> Issue Tracker Integration and click 
the “Add…” button. Select the provider 
“CSharpTest.Net.SvnPlugin.MyPlugin”, Enter the base path at which you want 
to use this editor for checkins (”C:\” works just fine, or set it to your 
checkout directory).

Original comment by Grig...@gmail.com on 8 Jun 2010 at 4:49

GoogleCodeExporter commented 8 years ago
Yes, I confiugred TortoiseSVN with Path=C:\Temp 
Provider=CSharpTest.Net.SvnPlugin.MyPlugin

Should I have configured any Parameters?  The button still does not appear.

Original comment by foxhunte...@gmail.com on 8 Jun 2010 at 12:40

GoogleCodeExporter commented 8 years ago
OK, so I seem to have gotten it working.  C:\Temp did not work, but the 
checkout directory did and now I have the button.   Thanks for the help.  It 
should probably be looked into and documentation should be updated to indicate 
that the checkout directory is necessary here.

Original comment by foxhunte...@gmail.com on 8 Jun 2010 at 12:59

GoogleCodeExporter commented 8 years ago
Sorry for the confusion.  It's a TortoiseSVN thing that allows them to provide 
different issue trackers (or configurations) based on the working directory.

Glad it's working for you.

Original comment by Grig...@gmail.com on 8 Jun 2010 at 6:30