Bug tracking integration with Fast Bug Track

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
Frank.Neumann
Posts: 10
Joined: Thu Jul 01, 2004 3:01 am

Bug tracking integration with Fast Bug Track

Post by Frank.Neumann » Tue May 31, 2005 6:32 am

Our company uses Fast Bug Track (http://www.fastbugtrack.com) as enterprise wide bug tracking tool.
Vault currently supports the integration with Dragnet and Fog Buz only. Is there an easy way to support the bug tracking integration with Fast Bug Track as well?
Fast Bug Track supports both access via jsp as well as SOAP and has an example posted how to integrate with CVS (http://www.fastbugtrack.com/support/admin/tools.html).

What is the best way of integrating Vault with Fast Bug Track?

Best regards,

Frank Neumann

jclausius
Posts: 3706
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Tue May 31, 2005 7:12 am

I don't think this could be done very easily. If you could re-work / re-name Fast Bug Track to accept HTTP requests to mimic FogBugz's behavior you might get close, but this might be difficult based on FogBugz's ASP foundation.

As for Dragnet integration, you would have to create a Web Service's based application for Fast Bug Track to imitate Dragnet's authentication as well as the other behaviors.
Jeff Clausius
SourceGear

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Tue May 31, 2005 9:13 am

You can find more about how to mimic the FogBugz API at http://support.sourcegear.com/viewtopic.php?p=1844#1844

Frank.Neumann
Posts: 10
Joined: Thu Jul 01, 2004 3:01 am

Post by Frank.Neumann » Tue May 31, 2005 12:40 pm

I would rather investigate the Dragnet approach. Could please send me the WSDL file of Dragnet?

Frank Neumann

jclausius
Posts: 3706
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Tue May 31, 2005 12:59 pm

The WSDL will depend on the version of Dragnet.

For example, you can find one of the descriptions here:
http://vaultdemo.sourcegear.com/Dragnet ... .asmx?wsdl
Jeff Clausius
SourceGear

PACEGMBH
Posts: 54
Joined: Tue Jun 28, 2005 7:18 am
Location: GERMANY

Post by PACEGMBH » Wed Mar 15, 2006 9:14 am

We have a webservice in place, which emulates the Dragnet webservice.

It runs under 'HOSTNAME/dragnet/dragnet.asmx'.

Vault is configured to search Dragnet under:

'HOSTNAME/dragnet'

When doing a check-in, we click the 'Browse' button on the check-in dialog. Then the 'Dragnet Login' dialog appears. After entering the user name and password and hitting OK, Vault should contact our webservice, but no call at the Login webservice method arrives.

Do you have any idea on what we are doing wrong?
You could we debug the scenario?

Any help is welcome.

Frank
[/img]

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Wed Mar 15, 2006 1:03 pm

In order to have the Vault client successfully log in to your fake dragnet web service, you would need to exactly emulate the Dragnet login procedure. If you need more details, email me using the button below this post.

-Jeremy

ericmatz
Posts: 1
Joined: Wed Jul 19, 2006 9:12 am
Location: Ohio
Contact:

Post by ericmatz » Wed Jul 19, 2006 9:14 am

jeremy_sg wrote:In order to have the Vault client successfully log in to your fake dragnet web service, you would need to exactly emulate the Dragnet login procedure. If you need more details, email me using the button below this post.

-Jeremy
Did you ever get this working? I am looking into doing something similar, and would like to explore this option as well as the fogbugz style.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Thu Jul 20, 2006 9:30 am

We don't know of anyone who's successfully integrated their bug tracking system with a web service type of integration. You might have more luck with the Fog-Bugz style integration.
Linda Bauer
SourceGear
Technical Support Manager

PACEGMBH
Posts: 54
Joined: Tue Jun 28, 2005 7:18 am
Location: GERMANY

Integration between Vault and Fast Issue Track implemented

Post by PACEGMBH » Tue Dec 19, 2006 4:22 pm

After dealing with several webservice interoperablity issues between the Java and the .NET world and a new version of Fast Issue Track easing some of the interoperability issues, we managed to establish the integration between Vault and our enterprise wide bug tracking tool Fast Issue Track (http://www.fittrackingsolutions.com).

We implemented a webservice as a bridge to Fast Issue Track, which is based on the Dragnet WSDL file. The Dragnet WSDL does fortunately contain a couple of extensibility features, which were quite useful for the integration with a foreign bug tracking system ( :D - a special thanks to the Dragnet developers).

The solution we developed may be of special interest to other Vault customers, either as a concrete solution for the integration with Fast Issue Track or a more general example how to integrate with Vault via the Dragnet interface. Therefore we could consider adding it to vaultpub.sourcegear.com (in case this server is still used), after the people of SourceGear take a look at some sensitive parts of the code.

Please let me know what you consider as most appropriate.

Best regards,

Frank Neumann

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Thu Dec 21, 2006 4:05 pm

Our developers are fairly tied up right now with work on Vault 3.5.2 and 4.0. I'm willing to email users in our Feature Request database who have expressed interest in something like this. If we get enough response we'll try to take a look at your code.

Other Vault users -- please let us know if you're interested in having this information available on VaultPub.
Linda Bauer
SourceGear
Technical Support Manager

PACEGMBH
Posts: 54
Joined: Tue Jun 28, 2005 7:18 am
Location: GERMANY

Post by PACEGMBH » Fri Dec 22, 2006 2:09 am

OK - thanks for the update. I am waiting for your input.

Frank Neumann

Post Reply