FogBugz and checkin comments
Moderator: SourceGear
FogBugz and checkin comments
One of the things I loved about Vault/Dragnet was that checkin comments get added to issues. For a variety of reasons, we now use FogBugz. I've got Vault 4.0.5 and FogBugz 6.0.
What I want is to add checkin comments in FB. I've already read:
http://support.sourcegear.com/viewtopic.php?t=581
Tell me, does Vault happen to pass along the checkin comment as well, and perhaps cvsSubmit.asp isn't doing anything with it? Do you have some other solution? This not getting checkin comments assigned to the case is making me nuts!
regards, Ken
What I want is to add checkin comments in FB. I've already read:
http://support.sourcegear.com/viewtopic.php?t=581
Tell me, does Vault happen to pass along the checkin comment as well, and perhaps cvsSubmit.asp isn't doing anything with it? Do you have some other solution? This not getting checkin comments assigned to the case is making me nuts!
regards, Ken
Correct, I do not believe that is the case yet, either. My question, however, is that in YOUR code, when you make your call to csvSubmit.aspx, do YOU pass over the checkin comments on the URL?
If you send it over, then they can catch it... Actually, since I write such websites for a living, I can easily modify FogBugz to do what I want it to do. However, I'd like to know if you guys send the checkinn comment on the URL call.
regards, Ken
If you send it over, then they can catch it... Actually, since I write such websites for a living, I can easily modify FogBugz to do what I want it to do. However, I'd like to know if you guys send the checkinn comment on the URL call.
regards, Ken
-
- Posts: 2
- Joined: Thu Aug 16, 2007 12:35 pm
FogBugz API
We do have an API that will allow you to add comments to the case.
http://www.fogcreek.com/FogBugz/docs/60 ... d/API.html
There is the typical add a source control checkin part cmd=newCheckin
and then to add a comment you would make the cmd=edit call.
The API requires you to login with your fogbugz username and password via a URL.
http://www.fogcreek.com/FogBugz/docs/60 ... d/API.html
There is the typical add a source control checkin part cmd=newCheckin
and then to add a comment you would make the cmd=edit call.
The API requires you to login with your fogbugz username and password via a URL.
As I posted on a parallel thread on FogBugz:
http://support.fogcreek.com/default.asp ... .4.21406.2
I'm barking up the wrong tree! The api exists. My request is for Vault to use this API and log checkin comments to FogBugz.
thanks!
http://support.fogcreek.com/default.asp ... .4.21406.2
I'm barking up the wrong tree! The api exists. My request is for Vault to use this API and log checkin comments to FogBugz.
thanks!