Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 891
les2 Avatar asked Jul 27 '09 15:07

les2


People also ask

What is Java Mylyn?

Eclipse Mylyn is a Task-Focused Interface for Eclipse that reduces information overload and makes multi-tasking easy. The mission of the Mylyn project is to provide: Frameworks and APIs for Eclipse-based task and Application Lifecycle Management (ALM) Exemplary tools for task-focused programming within the Eclipse IDE.

What is Mylyn integration?

Mylyn is a task-focused interface that reduces the overload of information and makes multi-tasking easy. It does this by making tasks a top priority, and integrating rich and offline editing for repositories such as Bugzilla, Trac, and JIRA.

What is Eclipse task list?

Task List. Use the Task List to view and manage your tasks. If the task list view is not visible, you can open it by navigating to Window -> Show View -> Other... -> Mylyn -> Task List. The Task List contains both "Local Tasks" and shared repository tasks that are stored in a task repository such as Bugzilla or Trac.


1 Answers

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

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

like image 51
innaM Avatar answered Oct 11 '22 12:10

innaM