How do I copy a single project from one FogBugz installation to another? - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-21T23:46:23Zhttp://fogbugz.stackexchange.com/feeds/question/1240http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/1240/how-do-i-copy-a-single-project-from-one-fogbugz-installation-to-anotherHow do I copy a single project from one FogBugz installation to another?Greg Saven2009-12-30T15:04:50Z2010-01-21T14:52:03Z
<p>I have been using my FBOD account to keep track of some ideas related to a project that is still just a gleam in the collective eye of our engineering department. Should the project finally get the green light, I would like to move this information into our FB installation at work.</p>
<p>Is it possible to copy a single project from one FogBugz installation to another?</p>
http://fogbugz.stackexchange.com/questions/1240/how-do-i-copy-a-single-project-from-one-fogbugz-installation-to-another/1252#1252Answer by Rich Armstrong for How do I copy a single project from one FogBugz installation to another?Rich Armstrong2009-12-30T21:47:22Z2009-12-30T21:47:22Z<p>It's possible, but difficult and a bit messy if you're doing it directly via the database, because the ID's of each entity (project, person, etc.) are different. Doing this via the API is probably a bit better, because then you can use string values rather than indexes. For example, you don't need to look up a person's ixPerson to assign a case to them, you just say sPersonAssignedTo=Bob+Roberts.</p>
<p>Not impossible, but it is work. We can help you along, so do contact us when the time comes.</p>
http://fogbugz.stackexchange.com/questions/1240/how-do-i-copy-a-single-project-from-one-fogbugz-installation-to-another/1538#1538Answer by Tim for How do I copy a single project from one FogBugz installation to another?Tim2010-01-21T04:10:04Z2010-01-21T04:10:04Z<p>This looks like another example of an external tool (using the API_ that could be useful to many people.</p>
<p>I use FB at my day job and for two side-businesses. I am selling one of the side projects and am encouraging the buyer to sign up for FB on demand. I can't hand over my account to him since it is used for many other projects, but it would be nice to have a tool that we could just run to transfer a set of data from one FB to another.</p>
http://fogbugz.stackexchange.com/questions/1240/how-do-i-copy-a-single-project-from-one-fogbugz-installation-to-another/1545#1545Answer by db for How do I copy a single project from one FogBugz installation to another?db2010-01-21T14:52:03Z2010-01-21T14:52:03Z<p>Not an answer, but I added this idea to the list of plugin requests over <a href="http://fogbugz.stackexchange.com/questions/1158/poll-what-are-your-top-plugin-requests/1544#1544" rel="nofollow">here</a>.</p>