Software for managing multiple projects. - Stack Overflow most recent 30 from stackoverflow.com2009-12-11T23:22:52Zhttp://stackoverflow.com/feeds/question/9908http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/9908/software-for-managing-multiple-projects5Software for managing multiple projects.John Nolan2008-08-13T14:44:17Z2009-08-27T12:58:16Z
<p>Does anybody have any recommendations on software to use for managing resources on multiple projects?</p>
<p>I work in an internal development department and the team typically has 3 or 4 projects that are live at one time as well as day to day support and ad-hoc requests. I currently schedule them using MS Project but this seems to be designed to manage 1 project at a time. This doesn't seem to suit my needs. </p>
<p>All I want is :</p>
<p>when I get a new request is to be able to schedule it in, <em>assign a developer to it</em>, see what I have achieved in a month and what is outstanding </p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/9912#99120Answer by DevelopingChris for Software for managing multiple projects.DevelopingChris2008-08-13T14:49:37Z2008-08-13T14:49:37Z<p>Ontime from axosoft,
has developer queues and project management at the level you require.
For the more advanced people it has source control integration, as well as email checking support.
Now to be fair. Try fogbugz, since they kinda are a part of stackoverflow.
Cons: both cost money.</p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/9915#99151Answer by John Nolan for Software for managing multiple projects.John Nolan2008-08-13T14:53:03Z2008-08-13T14:53:03Z<p>@ChanChan: I already use FogBugz (v5) but only for bug tracking. I've not really explored it as a PM tool though.</p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/9917#99174Answer by Brian for Software for managing multiple projects.Brian2008-08-13T14:56:10Z2008-08-13T14:56:10Z<p>You should look at Trac (free). After understanding how Trac (and other issue management software operates), take some time to think of the different features and metrics you want to collect. Afterwards, look at the available issue management software and choose the one that fits you best. Trac also easily integrates with Subversion and Eclipse. Both Trac and Subversion allow you to create repositories to hold multiple projects, so they act exclusively, but are really contained within the repository.</p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/9920#99203Answer by AndyB for Software for managing multiple projects.AndyB2008-08-13T14:57:56Z2008-08-13T14:57:56Z<p>For small teams <a href="http://www.basecamphq.com/" rel="nofollow" title="I/O management and disk scheduling">Basecamp</a> from 37Signals is good. </p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/9921#99212Answer by DevelopingChris for Software for managing multiple projects.DevelopingChris2008-08-13T14:59:40Z2008-08-13T14:59:40Z<p>@John, we used, MS Team Foundation, and then quickly moved to OnTime, as it allowed our help desk to have a section of the product and our marketing to have a section of the product and our developers to have a section of the product. So support has "bugs" and marketing has "features", and our pm takes that big list and creates related "tasks" and the developers just work through their queue for any given iteration.</p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/9924#99241Answer by N8g for Software for managing multiple projects.N8g2008-08-13T15:06:00Z2008-08-13T15:06:00Z<p>You should be able to manage multiple projects using MS Project. One approach would be to have summary tasks for each project inside of one project file. If you are managing all of the projects yourself this is often the easiest to manage solution. The downside is that many of the built in analysis tools really are aimed at there being one project in the file.</p>
<p>The other way to do this is create separate project files but use a shared resource pool. To do this create one project that you use just to put your resources in. You may even want to add tasks for non-project work to better model actual developer bandwidth. After you save this project you can use Tools>Resource>Share Resources to specify the file that is your shared resource pool. If you do this for each of you projects you can then see resource availability across projects</p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/9931#99312Answer by Patrick McElhaney for Software for managing multiple projects.Patrick McElhaney2008-08-13T15:13:42Z2008-08-13T15:21:43Z<p><strong>I was in a very similar situation a while back</strong>, and we used a bug tracking tool called <a href="http://www.mantisbt.org/" rel="nofollow" title="I/O management and disk scheduling">Mantis</a>. I wasn't particularly fond of Mantis itself, but it got the job done. The project manager could assign tasks and see how much progress we made, as you discussed.</p>
<p>So if you're already using <strong>FogBugz</strong>, I would say go ahead and try <strong>treating support requests and new features as "bugs"</strong> and see how that works for you. I suspect your developers will appreciate having all of their work assignments in one place. I know I did. </p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/9939#99391Answer by Grant for Software for managing multiple projects.Grant2008-08-13T15:22:51Z2008-08-13T15:22:51Z<p>At my company I just installed <a href="http://www.redmine.org/" rel="nofollow" title="I/O management and disk scheduling">Redmine</a>. It was a little difficult to get completely set up as I've never done anything with Ruby before, but now it's working quite nicely. </p>
<p>We mainly use it as a bug tracker (we were using Bugzilla, but the interface scared away all non-technical employees. "Commit? I don't want to commit, I want to save. Where is the save button?")</p>
<p>It's got a</p>
<ul>
<li>Bug/Issue tracker</li>
<li>Wiki</li>
<li>Repository browser</li>
<li>Spiffy graphs for who's done what in said repository</li>
<li>News</li>
<li>Forum</li>
<li>Document storage (for .Doc file and whatnot)</li>
</ul>
<p>It's pretty nice. </p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/9948#99480Answer by John Nolan for Software for managing multiple projects.John Nolan2008-08-13T15:30:44Z2008-08-13T15:30:44Z<p>@Patrick I have considered using FogBugz for everything but I couldn't easily see a way for more complicated projects to be broken down into sub tasks. </p>
<p>@N8g I currently use your one project file solution but after 3 months and over 60 tasks I'm finding the Gantt chart just unreadable. When I trying have a planning meeting I find that it is difficult to use. Your second solution of mulitple files is just seems too heavyweight for most of the work I am given. </p>
<p>@AndyB @ChanChan Basecamp and onTime both look interesting.</p>
<p>Has anyone used <a href="http://studios.thoughtworks.com/mingle-project-intelligence" rel="nofollow">Mingle</a>?</p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/10124#101240Answer by Jedi Master Spooky for Software for managing multiple projects.Jedi Master Spooky2008-08-13T17:48:35Z2008-08-13T17:48:35Z<p>Fogbugz is the best tool I have found in all this years.</p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/10182#101820Answer by Adam Lerman for Software for managing multiple projects.Adam Lerman2008-08-13T18:32:28Z2008-08-13T18:32:28Z<p>I too have used Mantis, in my opinioon, it is nice but kinda "dirty" I did like that I could get to the code and customise it myself though.</p>
http://stackoverflow.com/questions/9908/software-for-managing-multiple-projects/403334#4033341Answer by meade for Software for managing multiple projects.meade2008-12-31T16:13:18Z2008-12-31T16:13:18Z<p>I've used QuickBase - good for project and issue management and very configurable and also SmartSheet (which I highly recommend)</p>