What is an easy Mylyn task repository to use for a small (~40 devs) project?
Asked Answered
P

5

15

I'm currently the only developer using Eclipse Mylyn integration (I'm the experimental one). I have two repositories configured - Bugzilla, which the project uses for internal bug tracking and a Local repository. I use the Local repo for organizing the stories I am working on for the iteration.

What I'd like to do is make that Local repo shareable so that other developers could perhaps use it. If developers like it, we could adopt Mylyn as a project standard. Which kind of repository would you devs recommend? The requirements are "free" (as in "speech" and "beer") and "awesome" (as in "The Rapture"). It would need to be deployed on a Windows server and share resources with other services (so not too resource intensive). Simple to configure would be nice as well, since I'm just exploring this on my own time. Perhaps a separate Bugzilla instance?

Thanks! LES

Purplish answered 27/7, 2009 at 15:28 Comment(3)
Love "free" and "awesome" as requirements.Orebro
Do you really think today that a project with 40 software developers is small? How many developers would it take to make medium, large or huge project?Phratry
400 = medium; 4,000 = large; 40,000 = extra large; i now work on a team with a total of 3 developers. i don't even have a term for that level of smallness.Purplish
D
12

Why don't you simply use your original Bugzilla instance?

Personally, I'd consider it tedious and useless to separate tasks and bugs.

Design answered 27/7, 2009 at 15:37 Comment(2)
This is what we actually did! It's working great for me. We have some developers on the team who don't seem to like technology or upgrading, haven't enabled Mylyn in Eclipse (even though I packaged a new Galileo with the plugins + defaults set up). They just use the email interface.Purplish
Good practical suggestion. +1Borroff
B
8

Not answering the OP, but other people might be interested: I am using a local repository stored in my DropBox so that I can have tasks propagate to all my working machines.

This works okay, but you really have to be careful about having more than one Eclipse instance operating on the same Mylyn directory. Mylyn stuff seems to be mostly (exclusively?) saved to disk when you close Eclipse, so if you have two instances open you are likely to overwrite things unintentionally. Sometimes this is recoverable through Dropbox history, sometimes not. I'm still using this method without much trouble but it takes vigilance.

Eclipse Preferences -> Mylyn -> Tasks -> Advanced -> Data directory

Bloodsucker answered 16/9, 2011 at 0:14 Comment(2)
Hi! How did you configure the local repository for Mylyn?Craddock
@furtelwart: Edited my answer to include that info.Bloodsucker
A
6

I really recommend Redmine. It is free and based on Ruby on Rails. There's a Mylyn plugin for the integration. For sure, it is just awesome (the entire Redmine.org site is simply running Redmine, so check it out) with all sorts of Ajax goodness and clean professional looking interface.

Apanage answered 27/7, 2009 at 18:53 Comment(0)
B
5

You could setup a MantisBT bugtracking system, with the appropriate Mylyn-Mantis Repository Connector.

Since Mantis is a bit more complete than Bugzilla (when it comes to features), you could define separate issues with custom field, for your tasks. It also does support Roadmap.

Borroff answered 27/7, 2009 at 15:39 Comment(1)
this one had two votes (including one of mine), so i accepted it. however, all of the answers are valid.Purplish
E
1

From free ones, you can use Bugzilla, Mantis or Trac (which I was able to get running on Windows, but there are many hostings available too).

Free for two users is FogBugz (and Mylyn connector is free for this Fogbugz edition ... see my profile :-) )

Extension answered 27/7, 2009 at 17:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.