continuous-integration Questions - FogBugz Knowledge Exchangemost recent 30 from http://fogbugz.stackexchange.com2012-02-09T16:58:42Zhttp://fogbugz.stackexchange.com/feeds/tag/continuous-integrationhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/9851/workflow-question-continuous-integration-testing-and-fogbugzWorkflow question, continuous integration/testing and Fogbugz?Lasse V. Karlsen2012-01-22T23:44:57Z2012-01-22T23:44:57Z
<p>At work we use TeamCity to continuously deploy new versions of our software for testing.</p>
<p>If I resolve a case as fixed, and is using the integrated Kiln system, linking commits and cases, is there a way for me to easily identify whether the version I'm currently running has the fix or not?</p>
<p>I could add the change set hash to the built version, but having the hash, can I query directly for cases that are open, ready for testing (assume I'm using a tag for this), and most important of all, <em>part of the version I'm running</em> (ie all the commits for the case are the same as, or ancestors of the changeset the program aw built from)</p>
<p>For instance, there could be a delay from a commit/set case fixed to the actual build running and deploying. I'd like to avoid getting "still not fixed" replies on the case because the fix isn't yet present in the version running on the server.</p>
http://fogbugz.stackexchange.com/questions/7277/fogbugz-teamcity-issue-trackerFogBugz TeamCity issue trackerRasmus Pedersen2011-02-28T20:29:20Z2011-12-06T09:22:55Z
<p>I've just released the first version of the FogBugz TeamCity issue tracker plugin.</p>
<p>It works with TeamCity 6</p>
<p>To install the plugin just download fogbugz.zip from
<a href="https://bitbucket.org/rasmusjp/fogbugz-teamcity/downloads" rel="nofollow">https://bitbucket.org/rasmusjp/fogbugz-teamcity/downloads</a> and copy the zip file into the TeamCityData/plugins directory</p>
<p>To configure the plugin follow the instructions at <a href="http://confluence.jetbrains.net/display/TCD6/Integrating+TeamCity+with+Issue+Tracker" rel="nofollow">http://confluence.jetbrains.net/display/TCD6/Integrating+TeamCity+with+Issue+Tracker</a></p>
http://fogbugz.stackexchange.com/questions/3028/has-anyone-managed-to-successfully-integrate-fogbugz-with-teamcityHas anyone managed to successfully integrate FogBugz with TeamCity?Jim2010-05-12T13:17:42Z2011-05-13T22:20:37Z
<p>We're currently considering switching our Continuous Integration from CruiseControl.NET to either Cruise or TeamCity but have discovered that currently TeamCity has no support for FogBugz. </p>
<p>The free version of TeamCity looks awesome and is certainly looking like an alternative to Cruise/CruiseContro.NET. However the lack of FogBugz integration is annoying!</p>
<p>The TeamCity website says that it is possible to integrate with unsupported bug tracking software by adding the correct pattern to the comment-transformation block (in {path_to_teamcity_data_folder}/BuildServer/main-config.xml file) but i'm not sure how to get this to work.</p>
<p>Is there anyone out there who has successfully integrated FogBugz with TeamCity who would be able to help? </p>
http://fogbugz.stackexchange.com/questions/1821/scrum-capturing-sprint-and-build-informationScrum: capturing sprint and build informationSimon Lampen2010-02-07T04:42:51Z2011-05-13T18:58:35Z
<p>I am trying model how we are going to use Scrum in FogBugz and combine this with logging build numbers from nightly builds etc.
I have been looking at the implementation from Daniel Root <a href="http://www.danielroot.info/2009/08/how-to-apply-scrum-using-fogbugz-7.html" rel="nofollow">http://www.danielroot.info/2009/08/how-to-apply-scrum-using-fogbugz-7.html</a>.
I would like a way testers and users can easily filter to see what issues or features have been addressed from the previous day's work.</p>
<p>So if we use milestones to identity a sprint, how would we identify a specific build in which a feature or bug was addressed? Could we should we use Tags?
Perhaps we could create and field using the Custom Field plugin called Build Number?
The issue seems that in FB milestone includes the notion of 'Fix For' a nightly build number, a slightly larger sprint, and even a next release product version.</p>
<p>A little more analysis has it that:
A product version will be the result of one or more sprints (so a parent-child type relationship)
An incrementing build number may well fall in this category as well, but I don't think changing the milestone after every build makes sense?</p>
<p>Does anyone have any experience with this and could shed some light or offer suggestions.</p>
<p>TIA</p>