Search Vault by Bug
Moderator: SourceGear
Search Vault by Bug
We are using Fogbugz and Vault integration to update checkins with the associated case.
I would like to search in Vault to find the checkin(s) for a bug(s) (Fogbugz case).
Is there anything in the Vault client that will allow me to do this?
Using Vault 3.5.2
I would like to search in Vault to find the checkin(s) for a bug(s) (Fogbugz case).
Is there anything in the Vault client that will allow me to do this?
Using Vault 3.5.2
In the case of FogBugz, "integration" just means that Vault notifies FogBugz that file version X has been checked in against case Y. Vault of itself doesn't record which case the checkin was made for.
The easiest thing to do is to look at the case in FogBugz, which should tell you all the versions of all the files - then you can look at the specific file version in Vault.
You can do that in FogBugz, too, but clicking on the version number link takes you to the Vault web client, which you have to log into again, so that's a pain.
The easiest thing to do is to look at the case in FogBugz, which should tell you all the versions of all the files - then you can look at the specific file version in Vault.
You can do that in FogBugz, too, but clicking on the version number link takes you to the Vault web client, which you have to log into again, so that's a pain.
David Thompson
JELD-WEN, inc.
JELD-WEN, inc.
Thank you both for your replies.
Beth - unfortunately the case is not added to the change set comments.
David - we have processes all developers should follow where a checkin is associated with only one case.
But occasionally a checkin fixes more than one case or more than one checkin is linked to a case.
In Fogbugz there is no way I know of to show all the cases a checkin fixes - and by the sounds of it there is no way of finding out the cases associated with checkins in Vault.
Can I add a feature request to add an extra field to store the bugs / cases associated with a checkin?
Beth - unfortunately the case is not added to the change set comments.
David - we have processes all developers should follow where a checkin is associated with only one case.
But occasionally a checkin fixes more than one case or more than one checkin is linked to a case.
In Fogbugz there is no way I know of to show all the cases a checkin fixes - and by the sounds of it there is no way of finding out the cases associated with checkins in Vault.
Can I add a feature request to add an extra field to store the bugs / cases associated with a checkin?
When we were using VSS, we put
BugzID:bug1,bug2,bug3
in the checkin comments to let the VSS/FogBugz integration script know which bugs to update. We've carried that practice into Vault. If you did that, then once you had a given version of a file to look at (from FogBugz) you could see from the checkin comment the other cases affected.
Other than that, the only other way I can see is to run a SQL query against the CVS table in the FogBugz database to see all the bugs affected.
BugzID:bug1,bug2,bug3
in the checkin comments to let the VSS/FogBugz integration script know which bugs to update. We've carried that practice into Vault. If you did that, then once you had a given version of a file to look at (from FogBugz) you could see from the checkin comment the other cases affected.
Other than that, the only other way I can see is to run a SQL query against the CVS table in the FogBugz database to see all the bugs affected.
David Thompson
JELD-WEN, inc.
JELD-WEN, inc.