0

We use the VSS integration. I noticed that the checkins include the 'version', but not the checkin date, like this:

screenshot

The same holds for the history of a file:

alt text

Can this be change to include the date and time the checkin took place?

flag

1 Answer

1

There is't a way to customize the checkins pop-up to show the date of the checkin. A custom plugin could add a field to the FogBugz source control checkin object to store the date and time, and a plugin could show "pseudo bugevents" in the case (as Kiln does) or create actual case edits for the checkin events. Here is a very simple example plugin in the FogBugz developers wiki which adds checkins as edits to cases.

Check the Plugin Gallery for existing third party solutions or write your own.

link|flag
Thanks for the suggestions. I was hoping for a change in FogBugz itself: just add the date/time to the version number and/or the notes (for VSS). – Michel de Ruiter Feb 23 2011 at 20:19

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.