Project

General

Profile

Howto: Redmine Tickets in Eclipse 3.4

Added by Martin Bächtold over 15 years ago

If you want to use the issues from Redmine in Eclipse, you have to use the Mylyn Plugin.

More specially, you'll need the generic mylyn web conenctor. Since version 3 of Mylyn, this is now called "Web Templates" and you will find it in the Mylyn Incubator package.

Just add http://download.eclipse.org/tools/mylyn/update/incubator to your eclipse software sites and then install the plugin.


Replies (1)

RE: Howto: Redmine Tickets in Eclipse 3.4 - Added by Martin Bächtold over 15 years ago

Oh and then follow this instructions: http://www.redmine.org/wiki/redmine/HowTo_Mylyn

I changed these values in the advanced configuration of hte task repository:

New task URL
Old: ${serverUrl}/projects/foo/issues/new
New: ${serverUrl}/projects/${project}/issues/new

Query request URL
Old: ${serverUrl}/issues
New: ${serverUrl}/projects/${project}/issues

Then I added a query with the param "project" set to my project identifier.

    (1-1/1)