Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mylyn & Redmine Integration

Tags:

redmine

mylyn

I'm trying to get Mylyn and Redmine work together so I can manage tasks right inside Eclipse. I saw this on redmine wiki http://www.redmine.org/wiki/redmine/HowTo_Mylyn but I think it's for the old version of Mylyn.

I can't find the Generic Web Connector plugin for Mylyn but there's this Web templates plugin. I think that one replaced the Generic Web Connector. But it's quite different from the screenshots posted at the Redmine wiki. There's no Task URL, New Task URL, etc.

like image 969
codegy Avatar asked Jan 31 '09 06:01

codegy


People also ask

What is Mylyn used for?

Mylyn is the task and application lifecycle management (ALM) framework for Eclipse. Mylyn's task-focused interface reduces information overload and makes multitasking easy.

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.

How do I get task list in Eclipse?

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.


2 Answers

Here is what you are looking for:

http://sourceforge.net/projects/redmin-mylyncon/

A Mylyn connector specially for RedMine. It works fine with eclipse ganymede.

The update site is: http://redmin-mylyncon.sourceforge.net/update-site/N/

like image 150
jumar Avatar answered Sep 29 '22 07:09

jumar


Here are the steps to perform integration between Eclipse Mylyn and Redmine. I assume that Eclipse, Mylyn and Redmine are already installed, the latter somewhere in $REDMINE_HOME. Tested with Eclipse 3.7 and Redmine 1.2.1.

Summarily, you need to install an Eclipse plugin AND a Redmine plugin.

  1. Go to $REDMINE_HOME/vendor/plugins and run

    git clone git://redmin-mylyncon.git.sourceforge.net/gitroot/redmin-mylyncon/redmine-mylyn-connector

  2. (Re)start the server, and in Redmine under Administration/Plugins the Mylyn Connector Plugin should be listed

  3. Again in Redmine, under Administration/Settings/Authentication, check the "Enable REST web service" field
  4. In Eclipse, install the Eclipse connector via its update site

    http://redmin-mylyncon.sourceforge.net/update-site/N/

  5. Create your repository and check that it connects, then you are good to go!

like image 44
Luca Geretti Avatar answered Sep 29 '22 09:09

Luca Geretti